aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/package.json b/package.json
index 897c5d5..078b8be 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "faaslift",
- "version": "1.0.4",
+ "version": "1.0.5",
"description": "",
"main": "index.js",
"scripts": {
@@ -12,11 +12,12 @@
"license": "MIT",
"dependencies": {
"chalk": "^2.4.1",
+ "dotenv": "^6.0.0",
"express": "^4.16.3",
"monk": "^6.0.6",
+ "npm-programmatic": "0.0.10",
"require-from-string": "^2.0.2",
- "vorpal": "^1.12.0",
- "dotenv": "^6.0.0"
+ "vorpal": "^1.12.0"
},
"devDependencies": {
"nodemon": "^1.18.1",