File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 13
13
"clean" : " rimraf coverage" ,
14
14
"build" : " node scripts/generate-index.js" ,
15
15
"test" : " run-s -sn clean build test:*" ,
16
- "test:lint" : " eslint lib tests/lib index.js" ,
16
+ "test:lint" : " if-node-version \" >=4 \" eslint lib tests/lib index.js" ,
17
17
"test:mocha" : " istanbul cover node_modules/mocha/bin/_mocha -- tests/lib/**/*.js --reporter progress" ,
18
18
"coveralls" : " cat coverage/lcov.info | coveralls"
19
19
},
28
28
"minimatch" : " ^3.0.2" ,
29
29
"object-assign" : " ^4.0.1" ,
30
30
"resolve" : " ^1.1.7" ,
31
- "semver" : " 5.1 .0"
31
+ "semver" : " 5.2 .0"
32
32
},
33
33
"devDependencies" : {
34
34
"coveralls" : " ^2.11.4" ,
35
35
"eslint" : " ^3.0.0" ,
36
36
"eslint-config-mysticatea" : " ^5.0.0" ,
37
+ "if-node-version" : " ^0.1.0" ,
37
38
"istanbul" : " ^0.4.0" ,
38
39
"mocha" : " ^2.3.4" ,
39
40
"npm-run-all" : " ^2.0.0" ,
You can’t perform that action at this time.
0 commit comments