Skip to content

Commit 78c03f3

Browse files
committed
Update dev-dependencies
1 parent fd8558b commit 78c03f3

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
@@ -29,13 +29,13 @@
2929
"browserify": "^14.0.0",
3030
"esmangle": "^1.0.0",
3131
"nyc": "^10.0.0",
32-
"remark-cli": "^2.0.0",
33-
"remark-preset-wooorm": "^1.0.0",
32+
"remark-cli": "^3.0.0",
33+
"remark-preset-wooorm": "^2.0.0",
3434
"tape": "^4.6.2",
3535
"xo": "^0.17.1"
3636
},
3737
"scripts": {
38-
"build-md": "remark . --quiet --frail --output",
38+
"build-md": "remark . -qfo",
3939
"build-bundle": "browserify index.js --bare -s unistUtilModifyChildren > unist-util-modify-children.js",
4040
"build-mangle": "esmangle < unist-util-modify-children.js > unist-util-modify-children.min.js",
4141
"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
@@ -57,6 +57,6 @@
5757
"branches": 100
5858
},
5959
"remarkConfig": {
60-
"presets": "wooorm"
60+
"plugins": ["preset-wooorm"]
6161
}
6262
}

0 commit comments

Comments
 (0)