Skip to content

Commit

Permalink
Update package.json dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sbstjn committed Jun 9, 2017
1 parent fcbd909 commit 117e664
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "serverless-sqs-alarms-plugin",
"description": "Serverless plugin to to configure CloudWatch alarms for SQS queues",
"main": "src/plugin.js",
"version": "0.1.0",
"version": "0.0.0",
"author": "Sebastian Müller <[email protected]>",
"license": "MIT",
"scripts": {
Expand All @@ -20,11 +20,11 @@
},
"homepage": "https://github.com/sbstjn/serverless-sqs-alarms-plugin",
"dependencies": {
"coveralls": "^2.13.0",
"lodash": "^4.17.4"
},
"devDependencies": {
"jest": "^19.0.2",
"coveralls": "^2.13.0",
"snazzy": "^6.0.0",
"standard": "^9.0.2"
},
Expand Down

0 comments on commit 117e664

Please sign in to comment.