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 b23dde2 commit 5e55992Copy full SHA for 5e55992
package.json
@@ -38,12 +38,12 @@
38
"tape": "^5.0.0",
39
"tinyify": "^3.0.0",
40
"unist-util-visit": "^2.0.0",
41
- "xo": "^0.34.0"
+ "xo": "^0.35.0"
42
},
43
"scripts": {
44
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
45
"build-bundle": "browserify . -s nlcstIsLiteral -o nlcst-is-literal.js",
46
- "build-mangle": "browserify . -s nlcstIsLiteral -p tinyify -o nlcst-is-literal.min.js",
+ "build-mangle": "browserify . -s nlcstIsLiteral -o nlcst-is-literal.min.js -p tinyify",
47
"build": "npm run build-bundle && npm run build-mangle",
48
"test-api": "node test",
49
"test-coverage": "nyc --reporter lcov tape test.js",
0 commit comments