File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,8 @@ program
25
25
. parse ( process . argv )
26
26
27
27
if ( process . argv . length < 3 ) {
28
- program . help ( )
28
+ program . outputHelp ( )
29
+ return
29
30
}
30
31
31
32
var scriptsAndArgs = getScriptsAndArgs ( program )
Original file line number Diff line number Diff line change 43
43
"spawn-command" : " 0.0.2"
44
44
},
45
45
"devDependencies" : {
46
- "all-contributors-cli" : " 2 .0.0-beta11 " ,
46
+ "all-contributors-cli" : " 3 .0.1 " ,
47
47
"ava" : " 0.14.0" ,
48
- "babel-cli" : " 6.7.7 " ,
48
+ "babel-cli" : " 6.8.0 " ,
49
49
"babel-eslint" : " 6.0.4" ,
50
50
"babel-plugin-rewire" : " 1.0.0-rc-2" ,
51
51
"babel-preset-es2015" : " 6.6.0" ,
52
52
"babel-preset-stage-2" : " 6.5.0" ,
53
- "babel-register" : " 6.7.2 " ,
53
+ "babel-register" : " 6.8.0 " ,
54
54
"codecov" : " 1.0.1" ,
55
55
"commitizen" : " 2.8.1" ,
56
56
"condition-node-version" : " 1.3.0" ,
59
59
"eslint" : " 2.9.0" ,
60
60
"eslint-config-kentcdodds" : " 6.2.1" ,
61
61
"ghooks" : " 1.2.1" ,
62
- "nyc" : " 6.4.0 " ,
62
+ "nyc" : " 6.4.3 " ,
63
63
"opt-cli" : " 1.4.2" ,
64
64
"p-s" : " *" ,
65
65
"rimraf" : " 2.5.2" ,
66
66
"semantic-release" : " ^4.3.5" ,
67
- "sinon" : " 1.17.3 " ,
67
+ "sinon" : " 1.17.4 " ,
68
68
"validate-commit-msg" : " 2.6.1"
69
69
},
70
70
"eslintConfig" : {
You can’t perform that action at this time.
0 commit comments