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 13390de commit aaa689bCopy full SHA for aaa689b
package.json
@@ -51,12 +51,12 @@
51
"tape": "^5.0.0",
52
"tinyify": "^3.0.0",
53
"to-vfile": "^6.1.0",
54
- "xo": "^0.34.0"
+ "xo": "^0.35.0"
55
},
56
"scripts": {
57
"format": "remark *.md -qfo && prettier . --write && xo --fix",
58
- "build-bundle": "browserify . -s mdastUtilToNlcst > mdast-util-to-nlcst.js",
59
- "build-mangle": "browserify . -s mdastUtilToNlcst -p tinyify > mdast-util-to-nlcst.min.js",
+ "build-bundle": "browserify . -s mdastUtilToNlcst -o mdast-util-to-nlcst.js",
+ "build-mangle": "browserify . -s mdastUtilToNlcst -o mdast-util-to-nlcst.min.js -p tinyify",
60
"build": "npm run build-bundle && npm run build-mangle",
61
"test-api": "node test",
62
"test-coverage": "nyc --reporter lcov tape test/index.js",
0 commit comments