We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f208f74 commit b2e9832Copy full SHA for b2e9832
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "create-thumbs-lambda",
3
- "version": "0.0.1",
+ "version": "0.0.2",
4
"description": "AWS Lambda function to create an image thumbnail",
5
"main": "CreateThumbnail.js",
6
"dependencies": {
@@ -10,7 +10,7 @@
10
"devDependencies": {
11
"aws-sdk": "latest",
12
"grunt": "0.4.*",
13
- "grunt-aws-lambda": "0.3.0",
+ "grunt-aws-lambda": "0.8.0",
14
"npm": "^2.8.3"
15
},
16
"scripts": {
0 commit comments