File tree Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11node_modules
2+ coverage
23* .swp
34* .log
45.DS_Store
Original file line number Diff line number Diff line change 11test
2+ coverage
23.eslint *
34.travis *
45.npmignore
Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ install:
1010
1111script :
1212 - npm run lint
13- - npm test
13+ - npm run cover
14+ - npm run coveralls
1415
1516cache :
1617 directories :
Original file line number Diff line number Diff line change 66 "main" : " index.js" ,
77 "scripts" : {
88 "test" : " mocha" ,
9- "lint" : " eslint index.js \" lib/**\" \" test/**\" "
9+ "lint" : " eslint index.js \" lib/**\" \" test/**\" " ,
10+ "cover" : " istanbul cover _mocha -- -R spec \" test/**/*\" " ,
11+ "coveralls" : " cat coverage/lcov.info | coveralls"
1012 },
1113 "repository" : {
1214 "type" : " git" ,
2729 "htmlparser2" : " ^3.9.1"
2830 },
2931 "devDependencies" : {
32+ "coveralls" : " ^2.11.12" ,
3033 "eslint" : " ^3.3.1" ,
34+ "istanbul" : " ^0.4.5" ,
3135 "jsdomify" : " ^2.1.0" ,
3236 "mocha" : " ^3.0.2" ,
3337 "react" : " *" ,
You can’t perform that action at this time.
0 commit comments