We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4eb953 commit e3258edCopy full SHA for e3258ed
package.json
@@ -37,12 +37,12 @@
37
"remark-preset-wooorm": "^8.0.0",
38
"tape": "^5.0.0",
39
"tinyify": "^3.0.0",
40
- "xo": "^0.34.0"
+ "xo": "^0.35.0"
41
},
42
"scripts": {
43
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
44
- "build-bundle": "browserify . -s hastUtilEmbedded > hast-util-embedded.js",
45
- "build-mangle": "browserify . -s hastUtilEmbedded -p tinyify > hast-util-embedded.min.js",
+ "build-bundle": "browserify . -s hastUtilEmbedded -o hast-util-embedded.js",
+ "build-mangle": "browserify . -s hastUtilEmbedded -o hast-util-embedded.min.js -p tinyify",
46
"build": "npm run build-bundle && npm run build-mangle",
47
"test-api": "node test",
48
"test-coverage": "nyc --reporter lcov tape test.js",
0 commit comments