Skip to content

Commit aaa689b

Browse files
committed
Update dev-dependencies
1 parent 13390de commit aaa689b

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
@@ -51,12 +51,12 @@
5151
"tape": "^5.0.0",
5252
"tinyify": "^3.0.0",
5353
"to-vfile": "^6.1.0",
54-
"xo": "^0.34.0"
54+
"xo": "^0.35.0"
5555
},
5656
"scripts": {
5757
"format": "remark *.md -qfo && prettier . --write && xo --fix",
58-
"build-bundle": "browserify . -s mdastUtilToNlcst > mdast-util-to-nlcst.js",
59-
"build-mangle": "browserify . -s mdastUtilToNlcst -p tinyify > mdast-util-to-nlcst.min.js",
58+
"build-bundle": "browserify . -s mdastUtilToNlcst -o mdast-util-to-nlcst.js",
59+
"build-mangle": "browserify . -s mdastUtilToNlcst -o mdast-util-to-nlcst.min.js -p tinyify",
6060
"build": "npm run build-bundle && npm run build-mangle",
6161
"test-api": "node test",
6262
"test-coverage": "nyc --reporter lcov tape test/index.js",

0 commit comments

Comments
 (0)