Skip to content

Commit bca94e6

Browse files
committed
Fix style
1 parent e214754 commit bca94e6

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
@@ -39,8 +39,8 @@
3939
},
4040
"scripts": {
4141
"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
42-
"build-bundle": "browserify index.js -s hastUtilToParse5 > hast-util-to-parse5.js",
43-
"build-mangle": "browserify index.js -p tinyify -s hastUtilToParse5 > hast-util-to-parse5.min.js",
42+
"build-bundle": "browserify . -s hastUtilToParse5 > hast-util-to-parse5.js",
43+
"build-mangle": "browserify . -s hastUtilToParse5 -p tinyify > hast-util-to-parse5.min.js",
4444
"build": "npm run build-bundle && npm run build-mangle",
4545
"test-api": "node test",
4646
"test-coverage": "nyc --reporter lcov tape test",

0 commit comments

Comments
 (0)