Skip to content

Commit 533e580

Browse files
committed
Update dev-dependencies
1 parent 7689a3f commit 533e580

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,15 +30,15 @@
3030
"esmangle": "^1.0.0",
3131
"is-hidden": "^1.0.1",
3232
"negate": "^1.0.0",
33-
"nyc": "^10.0.0",
34-
"remark": "^6.0.0",
35-
"remark-cli": "^2.0.0",
36-
"remark-preset-wooorm": "^1.0.0",
33+
"nyc": "^11.0.0",
34+
"remark": "^7.0.0",
35+
"remark-cli": "^3.0.0",
36+
"remark-preset-wooorm": "^3.0.0",
3737
"tape": "^4.0.0",
38-
"xo": "^0.17.1"
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 --bare -s mdastZone > mdast-zone.js",
4343
"build-mangle": "esmangle mdast-zone.js > mdast-zone.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
"mdast-zone.js"
6061
]
6162
},
6263
"remarkConfig": {
63-
"output": true,
64-
"presets": "wooorm"
64+
"plugins": [
65+
"preset-wooorm"
66+
]
6567
}
6668
}

0 commit comments

Comments
 (0)