fix: missing dependency
Showing
| { | ||
| "name": "wildcat", | ||
| "version": "1.0.0", | ||
| "version": "0.1.0", | ||
| "description": "", | ||
| "main": "index.js", | ||
| "bin": { | ||
| ... | ... | @@ -10,13 +10,14 @@ | 
| "test": "echo \"Error: no test specified\" && exit 1" | ||
| }, | ||
| "keywords": [], | ||
| "author": "", | ||
| "author": "jason.zhou@strikingly.com", | ||
| "license": "ISC", | ||
| "dependencies": { | ||
| "chalk": "^2.4.1", | ||
| "commander": "^2.16.0", | ||
| "ejs": "^2.6.1", | ||
| "handlebars": "^4.0.11", | ||
| "inquirer": "^6.0.0", | ||
| "lodash": "^4.17.10", | ||
| "shelljs": "^0.8.2" | ||
| }, | ||
| ... | ... | 
Please
register
or
sign in
to comment