Skip to content

Commit

Permalink
Merge pull request #756 from slackapi/dev-v5
Browse files Browse the repository at this point in the history
Release v5.0.0
  • Loading branch information
aoberoi committed Mar 28, 2019
2 parents e16a5d1 + 09d6d6f commit a76b3ee
Show file tree
Hide file tree
Showing 278 changed files with 13,147 additions and 7,340 deletions.
13 changes: 12 additions & 1 deletion .github/issue_template.md
Expand Up @@ -21,9 +21,20 @@ Describe your issue here.

Filling out the following details about bugs will help us solve your issue sooner.

#### Packages:

Select all that apply:

- [ ] `@slack/web-api`
- [ ] `@slack/events-api`
- [ ] `@slack/interactive-messages`
- [ ] `@slack/rtm-api`
- [ ] `@slack/webhooks`
- [ ] I don't know

#### Reproducible in:

`@slack/client` version:
package version:

node version:

Expand Down
2 changes: 2 additions & 0 deletions .github/maintainers_guide.md
@@ -1,5 +1,7 @@
# Maintainers Guide

> ⚠️ This maintainers guide is out of date. Progress on updating it is being [tracked](https://github.com/slackapi/node-slack-sdk/issues/748).
This document describes tools, tasks and workflow that one needs to be familiar with in order to effectively maintain
this project. If you use this package within your own software as is but don't plan on modifying it, this guide is
**not** for you.
Expand Down
12 changes: 4 additions & 8 deletions .gitignore
@@ -1,9 +1,5 @@
node_modules
npm-debug.log
coverage
dist
examples/package-lock.json
/node_modules
/package-lock.json

# nyc test coverage
.nyc_output
package-lock.json
npm-debug.log
lerna-debug.log
6 changes: 0 additions & 6 deletions .lintstagedrc.json

This file was deleted.

22 changes: 19 additions & 3 deletions .travis.yml
@@ -1,9 +1,25 @@
language: node_js
node_js:
- "6"
- "7"
- "8"
- "9"
- "10"
- "11"
env:
- PACKAGE=@slack/web-api
- PACKAGE=@slack/rtm-api
- PACKAGE=@slack/interactive-messages
- PACKAGE=@slack/events-api
- PACKAGE=@slack/webhook
- PACKAGE=@slack/types
- PACKAGE=@slack/logger
- PACKAGE=@slack/client
- PACKAGE=@slack/sdk-integration-tests
cache: npm
install:
- npm install
- lerna bootstrap --no-ci --hoist
script:
- lerna run test --scope $PACKAGE
- lerna run lint --scope $PACKAGE
after_success:
- npm run coverage
- lerna run coverage --scope $PACKAGE
7 changes: 0 additions & 7 deletions .vscode/settings.json

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2014-2017 Slack Technologies, Inc.
Copyright (c) 2014-2019 Slack Technologies, Inc.

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down

0 comments on commit a76b3ee

Please sign in to comment.