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 791652b commit 8955f31Copy full SHA for 8955f31
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 hastUtilHeading -o hast-util-heading.js",
45
- "build-mangle": "browserify . -s hastUtilHeading -p tinyify -o hast-util-heading.min.js",
+ "build-mangle": "browserify . -s hastUtilHeading -o hast-util-heading.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