Skip to content

Commit

Permalink
fix: hard-code torchlight-cli version
Browse files Browse the repository at this point in the history
  • Loading branch information
timkley committed Jul 28, 2022
1 parent adf9a67 commit 81406f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eleventy-plugin-torchlight",
"version": "0.1.7",
"version": "0.1.8",
"description": "This plugin runs your HTML files through Torchlight.dev for syntax highlighting",
"homepage": "https://github.com/timkley/eleventy-plugin-torchlight",
"main": ".eleventy.js",
Expand Down Expand Up @@ -31,6 +31,6 @@
"@11ty/eleventy": "^0.12.1"
},
"dependencies": {
"@torchlight-api/torchlight-cli": "^0.1.2"
"@torchlight-api/torchlight-cli": "0.1.2"
}
}

0 comments on commit 81406f5

Please sign in to comment.