Skip to content

Commit f5273e3

Browse files
committed
Update dev-dependencies
1 parent f1ce0bd commit f5273e3

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
@@ -44,12 +44,12 @@
4444
"remark-preset-wooorm": "^8.0.0",
4545
"tape": "^5.0.0",
4646
"tinyify": "^3.0.0",
47-
"xo": "^0.34.0"
47+
"xo": "^0.35.0"
4848
},
4949
"scripts": {
5050
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
51-
"build-bundle": "browserify . -s hastUtilToParse5 > hast-util-to-parse5.js",
52-
"build-mangle": "browserify . -s hastUtilToParse5 -p tinyify > hast-util-to-parse5.min.js",
51+
"build-bundle": "browserify . -s hastUtilToParse5 -o hast-util-to-parse5.js",
52+
"build-mangle": "browserify . -s hastUtilToParse5 -o hast-util-to-parse5.min.js -p tinyify",
5353
"build": "npm run build-bundle && npm run build-mangle",
5454
"test-api": "node test",
5555
"test-coverage": "nyc --reporter lcov tape test",

0 commit comments

Comments
 (0)