aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@eficode.com>2018-07-13 12:25:26 +0300
committerJan Tuomi <jan.tuomi@eficode.com>2018-07-13 12:25:26 +0300
commita69b3b644a9275e43a3832ed9cf3ccfbda336189 (patch)
tree3675207b5e0f31c6dadc8fd01f0e7195ac7fc349 /package.json
parentbd993ccdf8aa2cadc3722d2d169386a7b24661c7 (diff)
Add a list of endpoints to the landing page
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index e11c0ce..0c9d4eb 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "faaslift",
- "version": "1.0.7",
+ "version": "1.0.8",
"description": "",
"main": "index.js",
"scripts": {
@@ -13,6 +13,7 @@
"dependencies": {
"chalk": "^2.4.1",
"dotenv": "^6.0.0",
+ "ejs": "^2.6.1",
"express": "^4.16.3",
"intercept-stdout": "^0.1.2",
"monk": "^6.0.6",