File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1414 " index.js"
1515 ],
1616 "scripts" : {
17- "lint" : " eslint . && jscs index.js test/ " ,
17+ "lint" : " eslint ." ,
1818 "pretest" : " npm run lint" ,
1919 "test" : " mocha --async-only" ,
2020 "cover" : " istanbul cover _mocha --report lcovonly" ,
3030 },
3131 "devDependencies" : {
3232 "coveralls" : " ^2.11.2" ,
33- "eslint" : " ^1.10.3 " ,
34- "eslint-config-gulp" : " ^2 .0.0 " ,
33+ "eslint" : " ^2.13.1 " ,
34+ "eslint-config-gulp" : " ^3 .0.1 " ,
3535 "expect" : " ^1.16.0" ,
3636 "istanbul" : " ^0.4.0" ,
3737 "istanbul-coveralls" : " ^1.0.1" ,
38- "jscs" : " ^2.3.5" ,
39- "jscs-preset-gulp" : " ^1.0.0" ,
4038 "mocha" : " ^2.0.0" ,
4139 "mocha-lcov-reporter" : " ^1.2.0" ,
4240 "normalize-path" : " ^2.1.1" ,
Original file line number Diff line number Diff line change 1+ {
2+ "extends": "gulp/test"
3+ }
You can’t perform that action at this time.
0 commit comments