Skip to content

Commit 05b37b3

Browse files
committed
Update dev-dependencies
1 parent 29fe32e commit 05b37b3

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
@@ -40,12 +40,12 @@
4040
"remark-preset-wooorm": "^8.0.0",
4141
"tape": "^5.0.0",
4242
"tinyify": "^3.0.0",
43-
"xo": "^0.34.0"
43+
"xo": "^0.35.0"
4444
},
4545
"scripts": {
4646
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
47-
"build-bundle": "browserify . -s unistUtilFindAllBefore > unist-util-find-all-before.js",
48-
"build-mangle": "browserify . -s unistUtilFindAllBefore -p tinyify > unist-util-find-all-before.min.js",
47+
"build-bundle": "browserify . -s unistUtilFindAllBefore -o unist-util-find-all-before.js",
48+
"build-mangle": "browserify . -s unistUtilFindAllBefore -o unist-util-find-all-before.min.js -p tinyify",
4949
"build": "npm run build-bundle && npm run build-mangle",
5050
"test-api": "node test",
5151
"test-coverage": "nyc --reporter lcov tape test.js",

0 commit comments

Comments
 (0)