Skip to content

Commit 871fe51

Browse files
committed
v1.0.1
1 parent dee57e4 commit 871fe51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@11ty/eleventy-plugin-syntaxhighlight",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A pack of Eleventy plugins for syntax highlighting using the Liquid templating engine.",
55
"main": ".eleventy.js",
66
"scripts": {
@@ -27,7 +27,7 @@
2727
"ava": "^0.25.0"
2828
},
2929
"dependencies": {
30-
"@11ty/eleventy": "^0.2.13",
31-
"prismjs": "^1.10.0"
30+
"@11ty/eleventy": "^0.2.15",
31+
"prismjs": "^1.13.0"
3232
}
3333
}

0 commit comments

Comments
 (0)