Skip to content

Commit

Permalink
update the package.json for @slack/events-api, and hook it up to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aoberoi committed Mar 20, 2019
1 parent 21d13d7 commit e3c58d9
Show file tree
Hide file tree
Showing 17 changed files with 54 additions and 400 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ node_js:
env:
- PACKAGE=@slack/web-api
- PACKAGE=@slack/rtm-api
- PACKAGE=@slack/events-api
- PACKAGE=@slack/webhook
- PACKAGE=@slack/types
- PACKAGE=@slack/logger
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions node-slack-sdk.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
"name": "RTM API",
"path": "packages/rtm-api"
},
{
"name": "Events API",
"path": "packages/events-api"
},
{
"name": "Incoming Webhook",
"path": "packages/webhook"
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@slack/client",
"version": "5.0.0",
"description": "Meta package for official Slack Platform's Web API, RTM API, and Incoming Webhook libraries",
"description": "Legacy wrapper for official Slack Platform's Web API, RTM API, and Incoming Webhook libraries. Use @slack/web-api, @slack/rtm-api, or @slack/webhook instead.",
"author": "Slack Technologies, Inc.",
"license": "MIT",
"keywords": [
Expand Down
60 changes: 0 additions & 60 deletions packages/events-api/.github/contributing.md

This file was deleted.

48 changes: 0 additions & 48 deletions packages/events-api/.github/issue_template.md

This file was deleted.

113 changes: 0 additions & 113 deletions packages/events-api/.github/maintainers_guide.md

This file was deleted.

8 changes: 0 additions & 8 deletions packages/events-api/.github/pull_request_template.md

This file was deleted.

17 changes: 10 additions & 7 deletions packages/events-api/.gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
node_modules
dist
coverage
.nyc_output
# node / npm stuff
/node_modules
/package-lock.json

# build products
/dist

# coverage
/.nyc_output
/coverage
*.lcov
*.log
examples/*/.env
package-lock.json
13 changes: 0 additions & 13 deletions packages/events-api/.travis.yml

This file was deleted.

22 changes: 0 additions & 22 deletions packages/events-api/LICENSE

This file was deleted.

Loading

0 comments on commit e3c58d9

Please sign in to comment.