Skip to content

Commit 8955f31

Browse files
committed
Update dev-dependencies
1 parent 791652b commit 8955f31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@
3737
"remark-preset-wooorm": "^8.0.0",
3838
"tape": "^5.0.0",
3939
"tinyify": "^3.0.0",
40-
"xo": "^0.34.0"
40+
"xo": "^0.35.0"
4141
},
4242
"scripts": {
4343
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
4444
"build-bundle": "browserify . -s hastUtilHeading -o hast-util-heading.js",
45-
"build-mangle": "browserify . -s hastUtilHeading -p tinyify -o hast-util-heading.min.js",
45+
"build-mangle": "browserify . -s hastUtilHeading -o hast-util-heading.min.js -p tinyify",
4646
"build": "npm run build-bundle && npm run build-mangle",
4747
"test-api": "node test",
4848
"test-coverage": "nyc --reporter lcov tape test.js",

0 commit comments

Comments
 (0)