Skip to content

Commit ab040c4

Browse files
committed
Update dev-dependencies
1 parent 2e4d6b5 commit ab040c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
"browserify": "^14.0.0",
2828
"esmangle": "^1.0.1",
2929
"nyc": "^10.0.0",
30-
"remark-cli": "^2.0.0",
31-
"remark-preset-wooorm": "^1.0.0",
30+
"remark-cli": "^3.0.0",
31+
"remark-preset-wooorm": "^2.0.0",
3232
"tape": "^4.0.0",
3333
"xo": "^0.17.1"
3434
},
3535
"scripts": {
36-
"build-md": "remark . --quiet --frail --output",
36+
"build-md": "remark . -qfo",
3737
"build-bundle": "browserify index.js --bare -s unistUtilIs > unist-util-is.js",
3838
"build-mangle": "esmangle < unist-util-is.js > unist-util-is.min.js",
3939
"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
@@ -55,6 +55,6 @@
5555
"branches": 100
5656
},
5757
"remarkConfig": {
58-
"presets": "wooorm"
58+
"plugins": ["preset-wooorm"]
5959
}
6060
}

0 commit comments

Comments
 (0)