Skip to content

Commit 68314f6

Browse files
committed
Update dev-dependencies
1 parent 2e931fe commit 68314f6

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

package.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@
2727
"hast-util-is-element": "^1.0.0"
2828
},
2929
"devDependencies": {
30-
"browserify": "^13.0.0",
30+
"browserify": "^14.0.0",
3131
"esmangle": "^1.0.0",
3232
"hastscript": "^3.0.1",
3333
"nyc": "^10.0.0",
34-
"remark-cli": "^2.0.0",
35-
"remark-preset-wooorm": "^1.0.0",
34+
"remark-cli": "^3.0.0",
35+
"remark-preset-wooorm": "^2.0.0",
3636
"tape": "^4.4.0",
3737
"unist-builder": "^1.0.2",
38-
"xo": "^0.17.0"
38+
"xo": "^0.18.0"
3939
},
4040
"scripts": {
41-
"build-md": "remark . --quiet --frail",
41+
"build-md": "remark . -qfo",
4242
"build-bundle": "browserify index.js -s hastUtilPhrasing > hast-util-phrasing.js",
4343
"build-mangle": "esmangle hast-util-phrasing.js > hast-util-phrasing.min.js",
4444
"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
@@ -55,12 +55,14 @@
5555
},
5656
"xo": {
5757
"space": true,
58+
"esnext": false,
5859
"ignores": [
5960
"hast-util-phrasing.js"
6061
]
6162
},
6263
"remarkConfig": {
63-
"output": true,
64-
"presets": "wooorm"
64+
"plugins": [
65+
"preset-wooorm"
66+
]
6567
}
6668
}

0 commit comments

Comments
 (0)