Skip to content

Commit

Permalink
Merge pull request #10 from nicholasgubbins/marcus/package
Browse files Browse the repository at this point in the history
update package.json
  • Loading branch information
nicholasgubbins committed Aug 10, 2017
2 parents 1288022 + 64a3b15 commit 3ddf665
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions 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": {
Expand All @@ -9,7 +9,11 @@
"test:coverage": "./node_modules/.bin/jest --coverage"
},
"author": "Nick Gubbins <nick@easle.co> && Marcus Molchany <marcusmolchany@gmail.com>",
"license": "ISC",
"license": "MIT",
"repository" : {
"type" : "git",
"url" : "https://github.com/nicholasgubbins/Serverless-Image-Resizer"
},
"dependencies": {
"aws-sdk": "^2.22.0",
"bluebird": "^3.3.4",
Expand Down

0 comments on commit 3ddf665

Please sign in to comment.