File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 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" ,
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"
You can’t perform that action at this time.
0 commit comments