We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adf9a67 commit 81406f5Copy full SHA for 81406f5
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eleventy-plugin-torchlight",
3
- "version": "0.1.7",
+ "version": "0.1.8",
4
"description": "This plugin runs your HTML files through Torchlight.dev for syntax highlighting",
5
"homepage": "https://github.com/timkley/eleventy-plugin-torchlight",
6
"main": ".eleventy.js",
@@ -31,6 +31,6 @@
31
"@11ty/eleventy": "^0.12.1"
32
},
33
"dependencies": {
34
- "@torchlight-api/torchlight-cli": "^0.1.2"
+ "@torchlight-api/torchlight-cli": "0.1.2"
35
}
36
0 commit comments