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 e214754 commit bca94e6Copy full SHA for bca94e6
package.json
@@ -39,8 +39,8 @@
39
},
40
"scripts": {
41
"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",
+ "build-bundle": "browserify . -s hastUtilToParse5 > hast-util-to-parse5.js",
+ "build-mangle": "browserify . -s hastUtilToParse5 -p tinyify > hast-util-to-parse5.min.js",
44
"build": "npm run build-bundle && npm run build-mangle",
45
"test-api": "node test",
46
"test-coverage": "nyc --reporter lcov tape test",
0 commit comments