Skip to content

Commit 270a4f8

Browse files
committed
Update dev-dependencies
1 parent be0bce9 commit 270a4f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@
3636
"remark-preset-wooorm": "^8.0.0",
3737
"tape": "^5.0.0",
3838
"tinyify": "^3.0.0",
39-
"xo": "^0.34.0"
39+
"xo": "^0.35.0"
4040
},
4141
"scripts": {
4242
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
43-
"build-bundle": "browserify . -s hastUtilParseSelector > hast-util-parse-selector.js",
44-
"build-mangle": "browserify . -s hastUtilParseSelector -p tinyify > hast-util-parse-selector.min.js",
43+
"build-bundle": "browserify . -s hastUtilParseSelector -o hast-util-parse-selector.js",
44+
"build-mangle": "browserify . -s hastUtilParseSelector -o hast-util-parse-selector.min.js -p tinyify",
4545
"build": "npm run build-bundle && npm run build-mangle",
4646
"test-api": "node test",
4747
"test-coverage": "nyc --reporter lcov tape test.js",

0 commit comments

Comments
 (0)