Skip to content

Commit 81406f5

Browse files
committed
fix: hard-code torchlight-cli version
1 parent adf9a67 commit 81406f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eleventy-plugin-torchlight",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"description": "This plugin runs your HTML files through Torchlight.dev for syntax highlighting",
55
"homepage": "https://github.com/timkley/eleventy-plugin-torchlight",
66
"main": ".eleventy.js",
@@ -31,6 +31,6 @@
3131
"@11ty/eleventy": "^0.12.1"
3232
},
3333
"dependencies": {
34-
"@torchlight-api/torchlight-cli": "^0.1.2"
34+
"@torchlight-api/torchlight-cli": "0.1.2"
3535
}
3636
}

0 commit comments

Comments
 (0)