Skip to content

Commit 2767b85

Browse files
committed
Update dev-dependencies
1 parent c53217c commit 2767b85

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

package.json

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@
3030
"space-separated-tokens": "^1.0.0"
3131
},
3232
"devDependencies": {
33-
"browserify": "^13.0.0",
33+
"browserify": "^14.3.0",
3434
"esmangle": "^1.0.0",
35-
"nyc": "^9.0.1",
36-
"remark-cli": "^2.0.0",
37-
"remark-preset-wooorm": "^1.0.0",
35+
"nyc": "^10.2.0",
36+
"remark-cli": "^3.0.0",
37+
"remark-preset-wooorm": "^2.0.0",
3838
"tape": "^4.0.0",
39-
"xo": "^0.17.0"
39+
"xo": "^0.18.0"
4040
},
4141
"scripts": {
42-
"build-md": "remark . --quiet --frail",
42+
"build-md": "remark . -qfo",
4343
"build-bundle": "browserify index.js --bare -s hastscript > hastscript.js",
4444
"build-mangle": "esmangle hastscript.js > hastscript.min.js",
4545
"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
@@ -56,6 +56,7 @@
5656
},
5757
"xo": {
5858
"space": true,
59+
"esnext": false,
5960
"rules": {
6061
"no-self-compare": "off",
6162
"guard-for-in": "off"
@@ -65,7 +66,8 @@
6566
]
6667
},
6768
"remarkConfig": {
68-
"output": true,
69-
"presets": "wooorm"
69+
"plugins": [
70+
"preset-wooorm"
71+
]
7072
}
7173
}

0 commit comments

Comments
 (0)