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 15
15
},
16
16
"scripts" : {
17
17
"lint" : " eslint --ignore-pattern example ." ,
18
- "test" : " npm run -s lint && ava --verbose" ,
18
+ "test" : " npm run lint && ava --verbose" ,
19
19
"bump:patch" : " npm version patch -m \" v%s\" " ,
20
20
"bump:minor" : " npm version minor -m \" v%s\" " ,
21
21
"bump" : " npm run bump:patch" ,
31
31
" replace"
32
32
],
33
33
"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" ,
36
36
"lodash.isarray" : " ^4.0.0" ,
37
37
"lodash.isregexp" : " ^3.0.5" ,
38
38
"lodash.isstring" : " ^4.0.1"
39
39
},
40
40
"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"
44
44
}
45
45
}
You can’t perform that action at this time.
0 commit comments