Skip to content

Commit 647ca0c

Browse files
committed
Update dev-dependencies
1 parent 75ba7d1 commit 647ca0c

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
@@ -38,12 +38,12 @@
3838
"remark-preset-wooorm": "^8.0.0",
3939
"tape": "^5.0.0",
4040
"tinyify": "^3.0.0",
41-
"xo": "^0.34.0"
41+
"xo": "^0.35.0"
4242
},
4343
"scripts": {
44-
"format": "remark . -qfo && prettier . --write && xo --fix",
45-
"build-bundle": "browserify . -s hastUtilInteractive > hast-util-interactive.js",
46-
"build-mangle": "browserify . -s hastUtilInteractive -p tinyify > hast-util-interactive.min.js",
44+
"format": "remark . -qfo && prettier . --write --loglevel warn && xo --fix",
45+
"build-bundle": "browserify . -s hastUtilInteractive -o hast-util-interactive.js",
46+
"build-mangle": "browserify . -s hastUtilInteractive -o hast-util-interactive.min.js -p tinyify",
4747
"build": "npm run build-bundle && npm run build-mangle",
4848
"test-api": "node test",
4949
"test-coverage": "nyc --reporter lcov tape test.js",

0 commit comments

Comments
 (0)