Merge pull request #474 from kevva/meow
Use meow instead of yargs
Showing
| ... | ... | @@ -42,15 +42,15 @@ |
| }, | ||
| "dependencies": { | ||
| "chalk": "~0.5.1", | ||
| "get-stdin": "~3.0.0", | ||
| "meow": "^2.0.0", | ||
| "mkdirp": "~0.5.0", | ||
| "mocha": "~1.21.5", | ||
| "nan": "~1.3.0", | ||
| "node-watch": "~0.3.4", | ||
| "object-assign": "~1.0.0", | ||
| "shelljs": "~0.3.0", | ||
| "sinon": "~1.10.3", | ||
| "yargs": "~1.3.2", | ||
| "get-stdin": "~3.0.0" | ||
| "sinon": "~1.10.3" | ||
| }, | ||
| "devDependencies": { | ||
| "coveralls": "^2.11.1", | ||
| ... | ... |
Please
register
or
sign in
to comment