Skip to content

Commit 8e1dabc

Browse files
committed
Rename module to @xurizaemon/hubot-matrix
1 parent 3a5c093 commit 8e1dabc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/hubot-demo.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
timeout-minutes: 5
1717

1818
env:
19-
HUBOT_ADAPTER: 'hubot-matrix'
19+
HUBOT_ADAPTER: '@xurizaemon/hubot-matrix'
2020
HUBOT_FAREWELL_ENABLED: true
2121
HUBOT_FAREWELL_MESSAGE: "Goodbye from GHA Hubot demo"
2222
HUBOT_FAREWELL_TARGET: ${{ secrets.TEST_MATRIX_ROOM }}
@@ -56,6 +56,7 @@ jobs:
5656
npm install --save github:xurizaemon/hubot-farewell github:xurizaemon/hubot-startup
5757
echo '["@xurizaemon/hubot-farewell", "@xurizaemon/hubot-startup"]' > external-scripts.json
5858
echo "PATH=$PATH:$( pwd )/node_modules/.bin" >> $GITHUB_ENV
59+
ls -lAF node_modules/
5960
- name: Start Hubot, let plugins say hello & goodbye
6061
run: |
6162
cd $HUBOT_ROOT

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Use the following adapter based on your Hubot version (`npm list hubot`).
1414

1515
Set the following variables:
1616

17-
* `HUBOT_ADAPTER` should be `hubot-matrix`
17+
* `HUBOT_ADAPTER` should be `@xurizaemon/hubot-matrix`
1818
* `HUBOT_MATRIX_HOST_SERVER` - the Matrix server to connect to (default is `https://matrix.org` if unset)
1919
* `HUBOT_MATRIX_USER` - bot login on the Matrix server - eg `@examplebotname:matrix.example.org`
2020
* `HUBOT_MATRIX_PASSWORD` - bot password on the Matrix server

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": "3.0.0",
3-
"name": "hubot-matrix",
3+
"name": "@xurizaemon/hubot-matrix",
44
"description": "Matrix adapter for Hubot",
55
"license": "MIT",
66
"main": "src/matrix.mjs",
@@ -9,7 +9,6 @@
99
"image-size": "^1.0.2",
1010
"matrix-js-sdk": "^37.4.0",
1111
"node-localstorage": "^3.0.5",
12-
"parent-require": "^1.0.0",
1312
"request": "^2.88.2"
1413
},
1514
"devDependencies": {

0 commit comments

Comments
 (0)