Skip to content

Commit

Permalink
Added AWS lambda type to dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
rogelio-o committed Dec 27, 2017
1 parent 5674661 commit 345866d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"author": "Rogelio Orts",
"license": "MIT",
"devDependencies": {
"@types/aws-lambda": "0.0.24",
"@types/chai": "^4.0.4",
"@types/mocha": "^2.2.43",
"@types/node": "^8.0.28",
Expand All @@ -46,6 +45,7 @@
},
"dependencies": {
"aws-sdk": "^2.161.0",
"@types/aws-lambda": "0.0.24",
"lambda-framework": "^1.1.0",
"node-cache": "^4.1.1"
},
Expand Down

0 comments on commit 345866d

Please sign in to comment.