File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 21
21
"prepublish" : " npm run lint && npm run test && npm run build" ,
22
22
"coveralls" : " cat ./reports/coverage/lcov.info | coveralls" ,
23
23
"lint" : " eslint --config .eslintrc src tests" ,
24
+ "lint:fix" : " npm run lint -- fix" ,
24
25
"pretest" : " npm run lint" ,
25
26
"test" : " istanbul cover --dir reports/coverage node_modules/mocha/bin/_mocha tests/**/*.js -- --compilers js:babel-core/register --reporter dot"
26
27
},
30
31
"babel-eslint" : " ^6.0.0" ,
31
32
"babel-preset-es2015" : " ^6.6.0" ,
32
33
"coveralls" : " ^2.11.8" ,
33
- "eslint" : " ^2.10.2 " ,
34
- "eslint-config-airbnb-base" : " ^3 .0.1 " ,
34
+ "eslint" : " ^3.0.0 " ,
35
+ "eslint-config-airbnb-base" : " ^5 .0.0 " ,
35
36
"eslint-plugin-import" : " ^1.8.1" ,
36
37
"istanbul" : " ^1.0.0-alpha.2" ,
37
- "mocha" : " ^2.4.5 " ,
38
+ "mocha" : " ^3.0.0 " ,
38
39
"rimraf" : " ^2.5.2"
39
40
},
40
41
"engines" : {
You can’t perform that action at this time.
0 commit comments