Skip to content

Commit a748b89

Browse files
committed
Update dev-dependencies
1 parent eaf65f6 commit a748b89

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
@@ -35,12 +35,12 @@
3535
"remark-preset-wooorm": "^8.0.0",
3636
"tape": "^5.0.0",
3737
"tinyify": "^3.0.0",
38-
"xo": "^0.34.0"
38+
"xo": "^0.35.0"
3939
},
4040
"scripts": {
4141
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
42-
"build-bundle": "browserify . -s mdastCommentMarker > mdast-comment-marker.js",
43-
"build-mangle": "browserify . -s mdastCommentMarker -p tinyify > mdast-comment-marker.min.js",
42+
"build-bundle": "browserify . -s mdastCommentMarker -o mdast-comment-marker.js",
43+
"build-mangle": "browserify . -s mdastCommentMarker -o mdast-comment-marker.min.js -p tinyify",
4444
"build": "npm run build-bundle && npm run build-mangle",
4545
"test-api": "node test",
4646
"test-coverage": "nyc --reporter lcov tape test.js",

0 commit comments

Comments
 (0)