Skip to content

Commit c342926

Browse files
committed
Refactor style
1 parent a821929 commit c342926

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
@@ -53,8 +53,8 @@
5353
},
5454
"scripts": {
5555
"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
56-
"build-bundle": "browserify index.js -s hastUtilSelect > hast-util-select.js",
57-
"build-mangle": "browserify index.js -p tinyify -s hastUtilSelect > hast-util-select.min.js",
56+
"build-bundle": "browserify . -s hastUtilSelect > hast-util-select.js",
57+
"build-mangle": "browserify . -s hastUtilSelect -p tinyify > hast-util-select.min.js",
5858
"build": "npm run build-bundle && npm run build-mangle",
5959
"test-api": "node test",
6060
"test-coverage": "nyc --reporter lcov tape test/index.js",

0 commit comments

Comments
 (0)