Skip to content

Commit fe0db7e

Browse files
committed
Switch to @metalsmith/permalinks 2.3.0
This version includes the Windows path fixes.
1 parent abbb3dd commit fe0db7e

File tree

3 files changed

+29
-29
lines changed

3 files changed

+29
-29
lines changed

build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const discoverPartials = require('metalsmith-discover-partials')
1919
const layouts = require('metalsmith-layouts')
2020
const markdown = require('metalsmith-markdown')
2121
const prism = require('metalsmith-prism')
22-
const permalinks = require('metalsmith-permalinks')
22+
const permalinks = require('@metalsmith/permalinks')
2323
const pagination = require('metalsmith-yearly-pagination')
2424
const defaultsDeep = require('lodash.defaultsdeep')
2525
const autoprefixer = require('autoprefixer')

package-lock.json

Lines changed: 27 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
]
3737
},
3838
"dependencies": {
39+
"@metalsmith/permalinks": "^2.3.0",
3940
"autoprefixer": "^10.2.6",
4041
"cheerio": "^0.22.0",
4142
"graceful-fs": "^4.2.6",
@@ -51,7 +52,6 @@
5152
"metalsmith-feed": "^1.0.0",
5253
"metalsmith-layouts": "^2.3.1",
5354
"metalsmith-markdown": "^1.3.0",
54-
"metalsmith-permalinks": "^2.2.0",
5555
"metalsmith-prism": "^3.1.1",
5656
"metalsmith-yearly-pagination": "^4.0.2",
5757
"ncp": "^2.0.0",

0 commit comments

Comments
 (0)