Merge branch 'develop' into 'master'
Develop
See merge request !1
Showing
{ | { | ||
"name": "wildcat", | "name": "wildcat", | ||
"version": "1.0.0", | "version": "0.1.0", | ||
"description": "", | "description": "", | ||
"main": "index.js", | "main": "index.js", | ||
"bin": { | "bin": { | ||
... | @@ -10,13 +10,14 @@ | ... | @@ -10,13 +10,14 @@ |
"test": "echo \"Error: no test specified\" && exit 1" | "test": "echo \"Error: no test specified\" && exit 1" | ||
}, | }, | ||
"keywords": [], | "keywords": [], | ||
"author": "", | "author": "jason.zhou@strikingly.com", | ||
"license": "ISC", | "license": "ISC", | ||
"dependencies": { | "dependencies": { | ||
"chalk": "^2.4.1", | "chalk": "^2.4.1", | ||
"commander": "^2.16.0", | "commander": "^2.16.0", | ||
"ejs": "^2.6.1", | "ejs": "^2.6.1", | ||
"handlebars": "^4.0.11", | "handlebars": "^4.0.11", | ||
"inquirer": "^6.0.0", | |||
"lodash": "^4.17.10", | "lodash": "^4.17.10", | ||
"shelljs": "^0.8.2" | "shelljs": "^0.8.2" | ||
}, | }, | ||
... | ... |
packages/utils/log.js
0 → 100644
Please
register
or
sign in
to comment