Skip to content

Commit 8fc4ffd

Browse files
committed
v3.0
1 parent 41ebb2d commit 8fc4ffd

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A pack of [Eleventy](https://github.com/11ty/eleventy) plugins for syntax highli
77
Available 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

1313
Open up your Eleventy config file (probably `.eleventy.js`) and use `addPlugin`:

package.json

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
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",
@@ -11,6 +14,10 @@
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"
@@ -24,12 +31,15 @@
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
}

0 commit comments

Comments
 (0)