File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111 "author" : " @dwyl & friends!" ,
1212 "devDependencies" : {
1313 "decache" : " ^4.5.1" ,
14- "istanbul" : " ^0.4.5" ,
1514 "jsdom" : " ^16.0.1" ,
1615 "jsdom-global" : " ^3.0.2" ,
1716 "live-server" : " ^1.2.1" ,
17+ "nyc" : " ^15.0.1" ,
1818 "pre-commit" : " ^1.2.2" ,
19- "tap-spec " : " ^5 .0.0 " ,
19+ "tap-nyc " : " ^1 .0.3 " ,
2020 "tape" : " ^4.13.0"
2121 },
2222 "scripts" : {
23- "check-coverage" : " istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100" ,
23+ "check-coverage" : " nyc check-coverage --statements 100 --functions 100 --lines 100 --branches 100" ,
2424 "postinstall" : " npm test" ,
2525 "retest" : " PORT=8000 node_modules/.bin/nodemon ./test/*.js" ,
2626 "start" : " node lib/server.js" ,
2727 "dev" : " live-server" ,
28- "test" : " istanbul cover tape ./test/*.test.js | tap-spec "
28+ "test" : " nyc tape ./test/*.test.js | tap-nyc "
2929 },
3030 "keywords" : [
3131 " Todo List" ,
You can’t perform that action at this time.
0 commit comments