File tree Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 11node_modules
22.DS_Store
33.nyc_output
4+ coverage
Original file line number Diff line number Diff line change 1- src
21test
32contributing.md
43.editorconfig
54.travis.yml
65.nyc_output
6+ coverage
Original file line number Diff line number Diff line change 88 },
99 "bugs" : " https://github.com/reshape/plugin-util/issues" ,
1010 "devDependencies" : {
11- "ava" : " 0.15.x " ,
11+ "ava" : " ^0.16.0 " ,
1212 "coveralls" : " 2.x" ,
13- "nyc" : " 6.x" ,
14- "reshape" : " reshape/reshape" ,
13+ "nyc" : " ^7.1.0" ,
14+ "reshape" : " 0.2.0" ,
15+ "snazzy" : " ^4.0.1" ,
1516 "standard" : " 7.x"
1617 },
1718 "engines" : {
2223 "main" : " lib" ,
2324 "repository" : " reshape/plugin-util" ,
2425 "scripts" : {
25- "coverage" : " nyc ava --reporter html" ,
26- "coveralls" : " nyc --reporter=lcov ava && cat ./coverage/lcov.info | coveralls" ,
27- "lint " : " standard" ,
28- "test" : " ava"
26+ "coverage" : " nyc ava && nyc report --reporter=html && open ./coverage/index. html" ,
27+ "coveralls" : " nyc report --reporter=text- lcov | coveralls" ,
28+ "pretest " : " standard | snazzy " ,
29+ "test" : " nyc ava"
2930 }
3031}
You can’t perform that action at this time.
0 commit comments