Skip to content

Commit b2e9832

Browse files
committed
updated grunt-aws-plugin to version 0.8.0
1 parent f208f74 commit b2e9832

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-thumbs-lambda",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "AWS Lambda function to create an image thumbnail",
55
"main": "CreateThumbnail.js",
66
"dependencies": {
@@ -10,7 +10,7 @@
1010
"devDependencies": {
1111
"aws-sdk": "latest",
1212
"grunt": "0.4.*",
13-
"grunt-aws-lambda": "0.3.0",
13+
"grunt-aws-lambda": "0.8.0",
1414
"npm": "^2.8.3"
1515
},
1616
"scripts": {

0 commit comments

Comments
 (0)