From bc28dd0ee17909ef46467035e5c1fc2b12812ad1 Mon Sep 17 00:00:00 2001 From: marcusmolchany Date: Wed, 9 Aug 2017 08:41:32 -0700 Subject: [PATCH 1/3] update package.json license --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0fac490..10d8c1d 100755 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "test:coverage": "./node_modules/.bin/jest --coverage" }, "author": "Nick Gubbins && Marcus Molchany ", - "license": "ISC", + "license": "MIT", "dependencies": { "aws-sdk": "^2.22.0", "bluebird": "^3.3.4", From e8adc3496f4b47fe7a487ec7eacff8cf9016a787 Mon Sep 17 00:00:00 2001 From: marcusmolchany Date: Wed, 9 Aug 2017 08:41:44 -0700 Subject: [PATCH 2/3] update package.json repository --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 10d8c1d..8bef2c5 100755 --- a/package.json +++ b/package.json @@ -10,6 +10,10 @@ }, "author": "Nick Gubbins && Marcus Molchany ", "license": "MIT", + "repository" : { + "type" : "git", + "url" : "https://github.com/nicholasgubbins/Serverless-Image-Resizer" + }, "dependencies": { "aws-sdk": "^2.22.0", "bluebird": "^3.3.4", From 64a3b15f0b8f2c1fb5d7f19009d541326afc7436 Mon Sep 17 00:00:00 2001 From: marcusmolchany Date: Wed, 9 Aug 2017 08:42:16 -0700 Subject: [PATCH 3/3] bump version to 0.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8bef2c5..c0fe14e 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "serverless-image-resizer", - "version": "0.1.0", + "version": "0.1.1", "description": "Serverless Image Resizer", "main": "index.js", "scripts": {