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 dee57e4 commit 871fe51Copy full SHA for 871fe51
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@11ty/eleventy-plugin-syntaxhighlight",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "A pack of Eleventy plugins for syntax highlighting using the Liquid templating engine.",
5
"main": ".eleventy.js",
6
"scripts": {
@@ -27,7 +27,7 @@
27
"ava": "^0.25.0"
28
},
29
"dependencies": {
30
- "@11ty/eleventy": "^0.2.13",
31
- "prismjs": "^1.10.0"
+ "@11ty/eleventy": "^0.2.15",
+ "prismjs": "^1.13.0"
32
}
33
0 commit comments