File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1515 },
1616 "scripts" : {
1717 "lint" : " eslint --ignore-pattern example ." ,
18- "test" : " npm run -s lint && ava --verbose" ,
18+ "test" : " npm run lint && ava --verbose" ,
1919 "bump:patch" : " npm version patch -m \" v%s\" " ,
2020 "bump:minor" : " npm version minor -m \" v%s\" " ,
2121 "bump" : " npm run bump:patch" ,
3131 " replace"
3232 ],
3333 "dependencies" : {
34- "lodash.escaperegexp" : " ^4.0.2 " ,
35- "lodash.flatten" : " ^4.1 .0" ,
34+ "lodash.escaperegexp" : " ^4.1.1 " ,
35+ "lodash.flatten" : " ^4.2 .0" ,
3636 "lodash.isarray" : " ^4.0.0" ,
3737 "lodash.isregexp" : " ^3.0.5" ,
3838 "lodash.isstring" : " ^4.0.1"
3939 },
4040 "devDependencies" : {
41- "ava" : " ^0.11 .0" ,
42- "eslint" : " ^1.10.3 " ,
43- "eslint-config-airbnb" : " ^4 .0.0"
41+ "ava" : " ^0.14 .0" ,
42+ "eslint" : " ^2.8.0 " ,
43+ "eslint-config-airbnb" : " ^7 .0.0"
4444 }
4545}
You can’t perform that action at this time.
0 commit comments