Skip to content

Commit 1fc4062

Browse files
committed
Update dev-dependencies
1 parent ad23204 commit 1fc4062

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@
5454
"unist-builder": "^2.0.0",
5555
"xastscript": "^2.0.0",
5656
"xast-util-from-xml": "^1.0.0",
57-
"xo": "^0.34.0"
57+
"xo": "^0.35.0"
5858
},
5959
"scripts": {
6060
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
61-
"build-bundle": "browserify . -s unistUtilInspect > unist-util-inspect.js",
62-
"build-mangle": "browserify . -s unistUtilInspect -p tinyify > unist-util-inspect.min.js",
61+
"build-bundle": "browserify . -s unistUtilInspect -o unist-util-inspect.js",
62+
"build-mangle": "browserify . -s unistUtilInspect -o unist-util-inspect.min.js -p tinyify",
6363
"build": "npm run build-bundle && npm run build-mangle",
6464
"test-api": "node test",
6565
"test-coverage": "nyc --reporter lcov tape test.js",
@@ -90,6 +90,7 @@
9090
"no-control-regex": "off",
9191
"no-eq-null": "off",
9292
"no-multi-assign": "off",
93+
"import/no-extraneous-dependencies": "off",
9394
"unicorn/explicit-length-check": "off",
9495
"unicorn/prefer-number-properties": "off",
9596
"unicorn/prefer-includes": "off"

0 commit comments

Comments
 (0)