Merge remote-tracking branch 'origin/master' into apps-engine-merge
# Conflicts: # package-lock.json
Showing
{ | ||
"name": "@rocket.chat/apps-cli", | ||
"description": "The CLI tool for helping with Rocket.Chat Apps.", | ||
"version": "1.0.3", | ||
"version": "1.2.1", | ||
"author": "Rocket.Chat <support@rocket.chat>", | ||
"preferGlobal": true, | ||
"bin": { | ||
... | ... | @@ -21,8 +21,11 @@ |
"figures": "^2.0.0", | ||
"form-data": "^2.3.2", | ||
"fs-extra": "^6.0.1", | ||
"fuzzy": "^0.1.3", | ||
"glob": "^7.1.2", | ||
"indent-string": "^3.2.0", | ||
"inquirer": "^6.1.0", | ||
"inquirer-checkbox-plus-prompt": "^1.0.1", | ||
"node-fetch": "^2.1.2", | ||
"pascal-case": "^2.0.1", | ||
"pascalcase": "^0.1.1", | ||
... | ... | @@ -43,6 +46,7 @@ |
"@types/fs-extra": "^5.0.3", | ||
"@types/glob": "^5.0.35", | ||
"@types/indent-string": "^3.0.0", | ||
"@types/inquirer": "0.0.42", | ||
"@types/mocha": "^5.2.1", | ||
"@types/node": "^10.3.2", | ||
"@types/node-fetch": "^2.1.1", | ||
... | ... |
src/commands/submit.ts
0 → 100644