From 808c6708d29201c2ad53804af915e9f0797f3846 Mon Sep 17 00:00:00 2001 From: Erik Mikkelson Date: Thu, 2 Jun 2016 12:40:09 -0500 Subject: [PATCH 1/3] Update to node 4.3 --- lib/RuntimeWebpack.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/RuntimeWebpack.js b/lib/RuntimeWebpack.js index dc38770..41b1e39 100755 --- a/lib/RuntimeWebpack.js +++ b/lib/RuntimeWebpack.js @@ -24,7 +24,7 @@ module.exports = function(S) { getName(providerName) { if (providerName === 'aws') { - return 'nodejs'; + return 'nodejs4.3' } else { return RuntimeWebpack.getName(); } From cad7d3383ea498d69e7eec16241e0ee21f516085 Mon Sep 17 00:00:00 2001 From: Erik Mikkelson Date: Thu, 2 Jun 2016 12:42:26 -0500 Subject: [PATCH 2/3] Update version --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 009b6ff..2d8d97e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "serverless-runtime-webpack", - "version": "0.2.0", + "version": "0.2.1", "description": "A Webpack runtime for the Serverless framework", "main": "index.js", "scripts": { @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/elastic-coders/serverless-runtime-webpack.git" + "url": "git+https://github.com/ErikMikkelson/serverless-runtime-webpack.git" }, "keywords": [ "serverless", @@ -20,9 +20,9 @@ "author": "Nicola Peduzzi ", "license": "MIT", "bugs": { - "url": "https://github.com/elastic-coders/serverless-runtime-webpack/issues" + "url": "https://github.com/ErikMikkelson/serverless-runtime-webpack/issues" }, - "homepage": "https://github.com/elastic-coders/serverless-runtime-webpack#readme", + "homepage": "https://github.com/ErikMikkelson/serverless-runtime-webpack#readme", "dependencies": { "bluebird": "^3.3.4", "chalk": "^1.1.3", From df80ba3341f186f6156e847a03a81c114ebf9614 Mon Sep 17 00:00:00 2001 From: Erik Mikkelson Date: Thu, 2 Jun 2016 12:48:15 -0500 Subject: [PATCH 3/3] Change back --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 2d8d97e..1a49c97 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/ErikMikkelson/serverless-runtime-webpack.git" + "url": "git+https://github.com/elastic-coders/serverless-runtime-webpack.git" }, "keywords": [ "serverless", @@ -20,9 +20,9 @@ "author": "Nicola Peduzzi ", "license": "MIT", "bugs": { - "url": "https://github.com/ErikMikkelson/serverless-runtime-webpack/issues" + "url": "https://github.com/elastic-coders/serverless-runtime-webpack/issues" }, - "homepage": "https://github.com/ErikMikkelson/serverless-runtime-webpack#readme", + "homepage": "https://github.com/elastic-coders/serverless-runtime-webpack#readme", "dependencies": { "bluebird": "^3.3.4", "chalk": "^1.1.3",