metalsmith-prism 4.0.0 → 4.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -144,7 +144,7 @@ Add `metalsmith-prism` key to your `metalsmith.json` plugins key
144
144
  ```
145
145
  ## Credits
146
146
 
147
- Robert McGuinness - for the initial implementation of the plugin.
147
+ [Robert McGuinness]( https://github.com/robmcguinness) - for the initial implementation of the plugin.
148
148
 
149
149
 
150
150
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "metalsmith-prism",
3
- "version": "4.0.0",
3
+ "version": "4.1.0",
4
4
  "description": "Syntax highlighting for Metalsmith HTML templates using Prism.js",
5
5
  "main": "lib/index.js",
6
6
  "engines": {
@@ -35,7 +35,7 @@
35
35
  "cheerio": "^1.0.0-rc.10",
36
36
  "debug": "^4.3.3",
37
37
  "he": "^1.2.0",
38
- "metalsmith": "^2.4.1",
38
+ "metalsmith": "^2.5.0",
39
39
  "prismjs": "^1.26.0"
40
40
  },
41
41
  "devDependencies": {