We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a821929 commit c342926Copy full SHA for c342926
package.json
@@ -53,8 +53,8 @@
53
},
54
"scripts": {
55
"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",
+ "build-bundle": "browserify . -s hastUtilSelect > hast-util-select.js",
+ "build-mangle": "browserify . -s hastUtilSelect -p tinyify > hast-util-select.min.js",
58
"build": "npm run build-bundle && npm run build-mangle",
59
"test-api": "node test",
60
"test-coverage": "nyc --reporter lcov tape test/index.js",
0 commit comments