Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @slack/express-all-interactions@1.0.0
 - @slack/events-api-example-greet-and-react@1.0.0
 - @slack/sdk-integration-tests@0.0.1
 - @slack/client@5.0.0
 - @slack/events-api@2.2.0
 - @slack/interactive-messages@1.1.1
 - @slack/logger@1.0.0
 - @slack/rtm-api@5.0.0
 - @slack/types@1.0.0
 - @slack/web-api@5.0.0
 - @slack/webhook@5.0.0
  • Loading branch information
aoberoi committed Mar 28, 2019
1 parent 55624fd commit 891307e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/express-all-interactions/package.json
Expand Up @@ -11,8 +11,8 @@
"author": "Ankur Oberoi <aoberoi@gmail.com>",
"license": "MIT",
"dependencies": {
"@slack/interactive-messages": "^1.1.1",
"@slack/web-api": "^5.0.0",
"@slack/interactive-messages": "*",
"axios": "^0.18.0",
"body-parser": "^1.18.2",
"dotenv": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/greet-and-react/package.json
Expand Up @@ -11,8 +11,8 @@
"license": "MIT",
"dependencies": {
"@aoberoi/passport-slack": "^1.0.5",
"@slack/events-api": "^2.2.0",
"@slack/web-api": "^5.0.0",
"@slack/events-api": "^2.0.0",
"dotenv": "^4.0.0",
"express": "^4.16.3",
"node-localstorage": "^1.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/events-api/package.json
Expand Up @@ -53,8 +53,8 @@
"babel-eslint": "^7.1.1",
"babel-preset-es2015": "^6.18.0",
"babel-preset-es2016": "^6.16.0",
"codecov": "^3.0.4",
"chai": "^4.1.2",
"codecov": "^3.0.4",
"eslint": "^3.12.2",
"eslint-config-airbnb": "^13.0.0",
"eslint-config-airbnb-base": "^11.0.0",
Expand Down

0 comments on commit 891307e

Please sign in to comment.