File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44package-lock.json
55npm-debug.log *
66.DS_Store
7+ .nyc_output /
Original file line number Diff line number Diff line change 77 "scripts" : {
88 "deps" : " dependency-check . --entry transform.js . && dependency-check . --entry transform.js --extra --no-dev -i insert-css" ,
99 "test" : " standard && npm run deps && tape test/index.js" ,
10- "test:cov" : " standard && npm run deps && NODE_ENV=test istanbul cover test/index.js" ,
10+ "test:cov" : " standard && npm run deps && NODE_ENV=test nyc node test/index.js" ,
1111 "format" : " standard --format"
1212 },
1313 "browser" : {
5555 "dependency-check" : " ^2.5.1" ,
5656 "domify" : " ^1.4.0" ,
5757 "from2-string" : " ^1.1.0" ,
58- "istanbul" : " ^0.4.5" ,
5958 "jsdom" : " ^9.4.2" ,
6059 "npm-check-updates" : " ^2.2.0" ,
60+ "nyc" : " ^11.9.0" ,
6161 "rimraf" : " ^2.5.1" ,
6262 "sheetify-cssnext" : " ^2.0.1" ,
6363 "standard" : " ^11.0.1" ,
You can’t perform that action at this time.
0 commit comments