From 1b38535ffab93d288f33e3ae6e775888f8cb4be7 Mon Sep 17 00:00:00 2001 From: rogelio-o Date: Wed, 10 Jan 2018 21:51:12 +0100 Subject: [PATCH 1/3] Removed websites projects. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index f5de272..1cf6bd1 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,6 @@ the [Core Project](https://github.com/rogelio-o/lambda-framework). - [AWS Lambda implementation](https://github.com/rogelio-o/lambda-framework-aws) - [Google Cloud Functions implementation](https://github.com/rogelio-o/lambda-framework-gcloud) - [DustJS template engine implementation](https://github.com/rogelio-o/lambda-framework-dustjs) -- [Website](https://github.com/rogelio-o/lambda-framework-website) -- [Website Resources](https://github.com/rogelio-o/lambda-framework-website-resources) - [Examples](https://github.com/rogelio-o/lambda-framework-examples) ## Contributions From 1f6b07281b8c298b0252fc24a09f141cda5997eb Mon Sep 17 00:00:00 2001 From: rogelio-o Date: Mon, 15 Jan 2018 20:30:33 +0100 Subject: [PATCH 2/3] Removed web. --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 1cf6bd1..0bc7c7e 100644 --- a/README.md +++ b/README.md @@ -33,11 +33,6 @@ app.addTemplateEngine(templateRenderer); ... ``` -### More info - -If you want to know more about how to use App, please visit -the [Core Project](https://github.com/rogelio-o/lambda-framework). - ## Lambda Framework projects - [Core](https://github.com/rogelio-o/lambda-framework) From a6b6f8262202f8bdc9f46fcaf37fe0e21ade8900 Mon Sep 17 00:00:00 2001 From: rogelio-o Date: Mon, 15 Jan 2018 20:45:10 +0100 Subject: [PATCH 3/3] Updated core version. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dd2d932..5cd2424 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@types/aws-lambda": "0.0.24", "@types/node": "^8.0.28", "aws-sdk": "^2.161.0", - "lambda-framework": "^1.1.1", + "lambda-framework": "^1.1.2", "node-cache": "^4.1.1" }, "nyc": {