Skip to content

Commit 0d6f80d

Browse files
authored
Merge pull request #13 from assertible/wip-pin-node-lambda
Pin node-lambda package to 0.8.11
2 parents 29299fb + 710c44c commit 0d6f80d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lambda-cloudwatch-slack",
3-
"version": "0.1.0",
3+
"version": "0.1.2",
44
"description": "Better Slack notifications for AWS CloudWatch",
55
"authors": [
66
"Assertible <admin@assertible.com>",
@@ -17,7 +17,7 @@
1717
"url": "^0.11.0"
1818
},
1919
"devDependencies": {
20-
"node-lambda": "^0.8.6"
20+
"node-lambda": "0.8.11"
2121
},
2222
"keywords": [
2323
"aws",

0 commit comments

Comments
 (0)