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 e0b2c74 commit 343bef2Copy full SHA for 343bef2
package.json
@@ -54,12 +54,12 @@
54
"tape": "^5.0.0",
55
"tinyify": "^3.0.0",
56
"unist-builder": "^2.0.0",
57
- "xo": "^0.34.0"
+ "xo": "^0.35.0"
58
},
59
"scripts": {
60
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
61
- "build-bundle": "browserify . -s hastUtilToHtml > hast-util-to-html.js",
62
- "build-mangle": "browserify . -s hastUtilToHtml -p tinyify > hast-util-to-html.min.js",
+ "build-bundle": "browserify . -s hastUtilToHtml -o hast-util-to-html.js",
+ "build-mangle": "browserify . -s hastUtilToHtml -o hast-util-to-html.min.js -p tinyify",
63
"build": "npm run build-bundle && npm run build-mangle",
64
"test-api": "node test",
65
"test-coverage": "nyc --reporter lcov tape test/index.js",
0 commit comments