File tree Expand file tree Collapse file tree 3 files changed +14
-15
lines changed Expand file tree Collapse file tree 3 files changed +14
-15
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ sudo: false
10
10
language : node_js
11
11
12
12
node_js :
13
- - " 4.2 "
13
+ - " 4"
14
14
- " 5"
15
15
- " 6"
16
16
Original file line number Diff line number Diff line change 28
28
"commander" : " ^2.9.0" ,
29
29
"in-array" : " ^0.1.2" ,
30
30
"is-plain-obj" : " ^1.1.0" ,
31
- "semver" : " ^5.1 .0" ,
31
+ "semver" : " ^5.3 .0" ,
32
32
"user-home" : " ^2.0.0" ,
33
- "validator" : " ^5.1 .0"
33
+ "validator" : " ^6.0 .0"
34
34
},
35
35
"devDependencies" : {
36
- "eslint" : " ^3.1 .1" ,
37
- "eslint-config-tc" : " ^1.1 .0" ,
38
- "eslint-formatter-pretty" : " ^0.2.1 " ,
36
+ "eslint" : " ^3.7 .1" ,
37
+ "eslint-config-tc" : " ^1.2 .0" ,
38
+ "eslint-formatter-pretty" : " ^1.0.0 " ,
39
39
"grunt" : " ^1.0.1" ,
40
40
"grunt-bump" : " ^0.8.0" ,
41
41
"grunt-contrib-clean" : " ^1.0.0" ,
42
42
"grunt-contrib-copy" : " ^1.0.0" ,
43
43
"grunt-contrib-watch" : " ^1.0.0" ,
44
44
"grunt-env" : " ^0.4.4" ,
45
45
"grunt-eslint" : " ^19.0.0" ,
46
- "grunt-istanbul" : " ^0.7.0 " ,
46
+ "grunt-istanbul" : " ^0.7.1 " ,
47
47
"grunt-istanbul-coverage" : " ^0.1.4" ,
48
- "grunt-jscs" : " ^2.8.0 " ,
49
- "grunt-jsonlint" : " ^1.0.7 " ,
50
- "grunt-mocha-test" : " ^0.12.7 " ,
51
- "mocha" : " ^2.4.5 " ,
52
- "should" : " ^8.3.1 " ,
53
- "sinon" : " ^1.17.3 " ,
54
- "time-grunt" : " ^1.3 .0"
48
+ "grunt-jscs" : " ^3.0.1 " ,
49
+ "grunt-jsonlint" : " ^1.1.0 " ,
50
+ "grunt-mocha-test" : " ^0.13.2 " ,
51
+ "mocha" : " ^3.1.0 " ,
52
+ "should" : " ^11.1.0 " ,
53
+ "sinon" : " ^1.17.5 " ,
54
+ "time-grunt" : " ^1.4 .0"
55
55
},
56
56
"engines" : {
57
57
"node" : " >=4.2.0" ,
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env node
2
-
3
2
'use strict' ;
4
3
5
4
const chalk = require ( 'chalk' ) ;
You can’t perform that action at this time.
0 commit comments