Skip to content

Commit 9cbe5b1

Browse files
committed
Refactor style
1 parent 6e937bb commit 9cbe5b1

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
@@ -44,8 +44,8 @@
4444
},
4545
"scripts": {
4646
"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
47-
"build-bundle": "browserify index.js -s hastUtilToHTML > hast-util-to-html.js",
48-
"build-mangle": "browserify index.js -p tinyify -s hastUtilToHTML > hast-util-to-html.min.js",
47+
"build-bundle": "browserify . -s hastUtilToHTML > hast-util-to-html.js",
48+
"build-mangle": "browserify . -s hastUtilToHTML -p tinyify > hast-util-to-html.min.js",
4949
"build": "npm run build-bundle && npm run build-mangle",
5050
"test-api": "node test",
5151
"test-coverage": "nyc --reporter lcov tape test/index.js",

0 commit comments

Comments
 (0)