File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11node_modules /
2- .nyc_output /
32coverage /
43dist /
54npm-debug.log
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ matrix:
1616script :
1717 - " npm run ${SCRIPT}"
1818after_script :
19- - ' if [ "${SCRIPT}" == "test" ]; then nyc report --reporter=text-lcov | coveralls; fi'
19+ - ' if [ "${SCRIPT}" == "test" ]; then c8 report --reporter=text-lcov | coveralls; fi'
2020notifications :
2121 irc :
2222 channels :
Original file line number Diff line number Diff line change 66 "scripts" : {
77 "browserify" : " rm -rf dist && mkdir -p dist && browserify index.js -s URLParse -o dist/url-parse.js" ,
88 "minify" : " uglifyjs dist/url-parse.js --source-map -cm -o dist/url-parse.min.js" ,
9- "test" : " nyc --reporter=html --reporter=text mocha test/test.js" ,
9+ "test" : " c8 --reporter=html --reporter=text mocha test/test.js" ,
1010 "test-browser" : " node test/browser.js" ,
1111 "prepublishOnly" : " npm run browserify && npm run minify" ,
1212 "watch" : " mocha --watch test/test.js"
3939 "devDependencies" : {
4040 "assume" : " ^2.2.0" ,
4141 "browserify" : " ^16.2.3" ,
42+ "c8" : " ^7.3.1" ,
4243 "coveralls" : " ^3.1.0" ,
4344 "mocha" : " ^8.0.1" ,
44- "nyc" : " ^15.0.0" ,
4545 "pre-commit" : " ^1.2.2" ,
4646 "sauce-browsers" : " ^2.0.0" ,
4747 "sauce-test" : " ^1.3.3" ,
You can’t perform that action at this time.
0 commit comments