File tree Expand file tree Collapse file tree 2 files changed +16
-6
lines changed
Expand file tree Collapse file tree 2 files changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ A pack of [Eleventy](https://github.com/11ty/eleventy) plugins for syntax highli
77Available on [ npm] ( https://www.npmjs.com/package/@11ty/eleventy-plugin-syntaxhighlight ) .
88
99```
10- npm install @11ty/eleventy-plugin-syntaxhighlight --save
10+ npm install @11ty/eleventy-plugin-syntaxhighlight --save-dev
1111```
1212
1313Open up your Eleventy config file (probably ` .eleventy.js ` ) and use ` addPlugin ` :
Original file line number Diff line number Diff line change 11{
22 "name" : " @11ty/eleventy-plugin-syntaxhighlight" ,
3- "version" : " 2 .0.3 " ,
3+ "version" : " 3 .0.0 " ,
44 "description" : " A pack of Eleventy plugins for syntax highlighting for Markdown and Liquid templates." ,
5+ "publishConfig" : {
6+ "access" : " public"
7+ },
58 "main" : " .eleventy.js" ,
69 "scripts" : {
710 "test" : " npx ava" ,
1114 "type" : " git" ,
1215 "url" : " git+https://github.com/11ty/eleventy-plugin-syntaxhighlight.git"
1316 },
17+ "funding" : {
18+ "type" : " opencollective" ,
19+ "url" : " https://opencollective.com/11ty"
20+ },
1421 "keywords" : [
1522 " eleventy" ,
1623 " eleventy-plugin"
2431 "bugs" : {
2532 "url" : " https://github.com/11ty/eleventy-plugin-syntaxhighlight/issues"
2633 },
27- "homepage" : " https://github.com/11ty/eleventy-plugin-syntaxhighlight#readme" ,
34+ "homepage" : " https://www.11ty.dev/docs/plugins/syntaxhighlight/" ,
35+ "peerDependencies" : {
36+ "@11ty/eleventy" : " ^0.9.0"
37+ },
2838 "devDependencies" : {
29- "@11ty/eleventy " : " ^0.6 .0" ,
30- "ava " : " ^0.25 .0"
39+ "ava " : " ^0.25 .0" ,
40+ "@11ty/eleventy " : " ^0.9 .0"
3141 },
3242 "dependencies" : {
33- "prismjs" : " ^1.15.0 "
43+ "prismjs" : " ^1.17.1 "
3444 }
3545}
You can’t perform that action at this time.
0 commit comments