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 6e937bb commit 9cbe5b1Copy full SHA for 9cbe5b1
package.json
@@ -44,8 +44,8 @@
44
},
45
"scripts": {
46
"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",
+ "build-bundle": "browserify . -s hastUtilToHTML > hast-util-to-html.js",
+ "build-mangle": "browserify . -s hastUtilToHTML -p tinyify > hast-util-to-html.min.js",
49
"build": "npm run build-bundle && npm run build-mangle",
50
"test-api": "node test",
51
"test-coverage": "nyc --reporter lcov tape test/index.js",
0 commit comments