Skip to content

Commit 8b3aba5

Browse files
committed
fix: rerename package to nodes again
1 parent df9ab5a commit 8b3aba5

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<br />
1919
<br />
2020
Take a look, play and have fun with this.
21-
<a href="https://github.com/CodelyTV/n8n-node-twitch/stargazers">Stars are welcome 😊</a>
21+
<a href="https://github.com/CodelyTV/n8n-nodes-twitch/stargazers">Stars are welcome 😊</a>
2222
</p>
2323

2424
# 👀 Usage example
@@ -40,8 +40,8 @@ Once it's installed, it will appear in the components palette, as any other comp
4040

4141
Just go to your n8n instance, find the folder where n8n is installed (if you are using the standard Docker installation, it will probably be: /usr/local/lib/node_modules/n8n) and install the package as any other npm package:
4242

43-
- Npm: `npm i @codelytv/n8n-node-twitch`
44-
- Yarn: `yarn add @codelytv/n8n-node-twitch`
43+
- Npm: `npm i @codelytv/n8n-nodes-twitch`
44+
- Yarn: `yarn add @codelytv/n8n-nodes-twitch`
4545

4646
If you want to create a custom Docker image to have it installed by default (that's what we do), you could use our Dockerfile as a base. Take a look at our custom docker image repo:
4747

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
2-
"name": "@codelytv/n8n-node-twitch",
2+
"name": "@codelytv/n8n-nodes-twitch",
33
"version": "1.3.0",
44
"description": "Twitch Trigger node for n8n to get notified about various events.",
55
"keywords": ["n8n", "node", "twitch", "streaming", "automation", "typescript", "n8n-community-node-package"],
66
"license": "GPL-3.0",
7-
"homepage": "https://github.com/codelytv/n8n-node-twitch#readme",
7+
"homepage": "https://github.com/codelytv/n8n-nodes-twitch#readme",
88
"bugs": {
9-
"url": "https://github.com/codelytv/n8n-node-twitch/issues"
9+
"url": "https://github.com/codelytv/n8n-nodes-twitch/issues"
1010
},
1111
"author": {
1212
"name": "CodelyTV",
1313
"email": "soporte@codely.tv"
1414
},
1515
"repository": {
1616
"type": "git",
17-
"url": "git+https://github.com/codelytv/n8n-node-twitch.git"
17+
"url": "git+https://github.com/codelytv/n8n-nodes-twitch.git"
1818
},
1919
"main": "index.js",
2020
"scripts": {

0 commit comments

Comments
 (0)