diff options
| author | Jan Tuomi <jan.tuomi@eficode.com> | 2018-07-13 12:25:26 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@eficode.com> | 2018-07-13 12:25:26 +0300 |
| commit | a69b3b644a9275e43a3832ed9cf3ccfbda336189 (patch) | |
| tree | 3675207b5e0f31c6dadc8fd01f0e7195ac7fc349 /package.json | |
| parent | bd993ccdf8aa2cadc3722d2d169386a7b24661c7 (diff) | |
Add a list of endpoints to the landing page
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
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", |
