Skip to content

Commit 5e55992

Browse files
committed
Update dev-dependencies
1 parent b23dde2 commit 5e55992

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@
3838
"tape": "^5.0.0",
3939
"tinyify": "^3.0.0",
4040
"unist-util-visit": "^2.0.0",
41-
"xo": "^0.34.0"
41+
"xo": "^0.35.0"
4242
},
4343
"scripts": {
4444
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
4545
"build-bundle": "browserify . -s nlcstIsLiteral -o nlcst-is-literal.js",
46-
"build-mangle": "browserify . -s nlcstIsLiteral -p tinyify -o nlcst-is-literal.min.js",
46+
"build-mangle": "browserify . -s nlcstIsLiteral -o nlcst-is-literal.min.js -p tinyify",
4747
"build": "npm run build-bundle && npm run build-mangle",
4848
"test-api": "node test",
4949
"test-coverage": "nyc --reporter lcov tape test.js",

0 commit comments

Comments
 (0)