aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@eficode.com>2018-07-13 10:44:19 +0300
committerJan Tuomi <jan.tuomi@eficode.com>2018-07-13 10:44:19 +0300
commit9615718012ee798f58834572cfe69c468a05027f (patch)
tree55d8d8f0f1ef42d1e7f8096e7f3e44078d96ba8b /package.json
parent8b07446f67a5e68d00725fef37061bc87643beb6 (diff)
Use NPM programmatically to install packages periodically
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json
index 078b8be..64855ca 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "faaslift",
- "version": "1.0.5",
+ "version": "1.0.6",
"description": "",
"main": "index.js",
"scripts": {
@@ -14,8 +14,9 @@
"chalk": "^2.4.1",
"dotenv": "^6.0.0",
"express": "^4.16.3",
+ "intercept-stdout": "^0.1.2",
"monk": "^6.0.6",
- "npm-programmatic": "0.0.10",
+ "npm": "^6.1.0",
"require-from-string": "^2.0.2",
"vorpal": "^1.12.0"
},