@hubot-friends/hubot-slack 1.0.2 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,14 +2,14 @@
2
2
 
3
3
  ### Important Notice
4
4
 
5
- **The original hubot-slack is no longer under active development.** Slack recommands taking a look at [Bolt for JS with Socket Mode](https://slack.dev/bolt-js/concepts#socket-mode) first if you're getting started.
5
+ **The original hubot-slack is no longer under active development.** Slack recommends taking a look at [Bolt for JS with Socket Mode](https://slack.dev/bolt-js/concepts#socket-mode) first if you're getting started.
6
6
 
7
7
  But I'm going to maintain this fork as I continue to evolve Hubot. So feel free to use this one.
8
8
 
9
9
  ## Installation
10
10
 
11
11
  ```sh
12
- npm i hubot-new/hubot-slack
12
+ npm i @hubot-friends/hubot-slack
13
13
  ```
14
14
 
15
15
  This is a [Hubot](http://hubot.github.com/) adapter to use with [Slack](https://slack.com).
@@ -26,4 +26,4 @@ Need the following permissions:
26
26
  - im:write
27
27
 
28
28
  Need the following *Bot Token Scopes*:
29
- - users:read
29
+ - users:read
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubot-friends/hubot-slack",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "A new Slack adapter for Hubot",
5
5
  "homepage": "https://github.com/hubot-friends/hubot-slack#readme",
6
6
  "main": "./index.js",
@@ -27,7 +27,7 @@
27
27
  "@slack/web-api": "^6.8.1"
28
28
  },
29
29
  "peerDependencies": {
30
- "hubot": "^5.0.7"
30
+ "hubot": "^6.x.x"
31
31
  },
32
32
  "engines": {
33
33
  "node": ">= 18.16.0",