Skip to content

Commit 2085ef4

Browse files
committed
Update dev-dependencies
1 parent cea54a6 commit 2085ef4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@
5050
"tinyify": "^3.0.0",
5151
"to-vfile": "^6.0.0",
5252
"unist-util-visit": "^2.0.0",
53-
"xo": "^0.34.0"
53+
"xo": "^0.35.0"
5454
},
5555
"scripts": {
5656
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
57-
"build-bundle": "browserify index.js -s hastUtilFromParse5 > hast-util-from-parse5.js",
58-
"build-mangle": "browserify index.js -p tinyify -s hastUtilFromParse5 > hast-util-from-parse5.min.js",
57+
"build-bundle": "browserify index.js -s hastUtilFromParse5 -o hast-util-from-parse5.js",
58+
"build-mangle": "browserify index.js -s hastUtilFromParse5 -o hast-util-from-parse5.min.js -p tinyify",
5959
"build": "npm run build-bundle && npm run build-mangle",
6060
"test-api": "node test",
6161
"test-coverage": "nyc --reporter lcov tape test",

0 commit comments

Comments
 (0)