Skip to content

Commit 343bef2

Browse files
committed
Update dev-dependencies
1 parent e0b2c74 commit 343bef2

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
@@ -54,12 +54,12 @@
5454
"tape": "^5.0.0",
5555
"tinyify": "^3.0.0",
5656
"unist-builder": "^2.0.0",
57-
"xo": "^0.34.0"
57+
"xo": "^0.35.0"
5858
},
5959
"scripts": {
6060
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
61-
"build-bundle": "browserify . -s hastUtilToHtml > hast-util-to-html.js",
62-
"build-mangle": "browserify . -s hastUtilToHtml -p tinyify > hast-util-to-html.min.js",
61+
"build-bundle": "browserify . -s hastUtilToHtml -o hast-util-to-html.js",
62+
"build-mangle": "browserify . -s hastUtilToHtml -o hast-util-to-html.min.js -p tinyify",
6363
"build": "npm run build-bundle && npm run build-mangle",
6464
"test-api": "node test",
6565
"test-coverage": "nyc --reporter lcov tape test/index.js",

0 commit comments

Comments
 (0)