Add v2 interface support for nodes env (#836)

This commit is contained in:
Gary Yeap
2018-09-14 14:28:04 +08:00
committed by Ta-Ching Chen
parent d18777bed4
commit 6f60f3eef8
11 changed files with 289 additions and 125 deletions
+6 -2
View File
@@ -6,6 +6,10 @@
{
"name": "Soam Vasani",
"email": "soamvasani@platform9.com"
},
{
"name": "Gary Yeap",
"email": "contact@garyyeap.com"
}
],
"description": "NodeJS run container for the fission framework",
@@ -20,7 +24,7 @@
"morgan": "*",
"mz": "~2.7.0",
"request": "^2.81.0",
"request-promise-native": "^1.0.3",
"underscore": ">=1.8.3"
"underscore": ">=1.8.3",
"request-promise-native": "^1.0.3"
}
}