Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Deisz committed Feb 26, 2016
1 parent 9f2cca8 commit 820cdff
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lambda-slack-router",
"version": "1.0.2",
"version": "1.0.3",
"description": "A utility class for managing Slack slashcommands in an AWS lambda function",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -37,7 +37,12 @@
"rules": {
"camelcase": 0,
"func-names": 0,
"max-len": [2, { "code": 117 }]
"max-len": [
2,
{
"code": 117
}
]
}
}
}

0 comments on commit 820cdff

Please sign in to comment.