n8n-nodes-tornado-api 1.0.0 → 1.0.1

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -357,7 +357,7 @@ Use the **IF** node to handle errors:
357
357
  ### Build from Source
358
358
 
359
359
  ```bash
360
- git clone https://github.com/velys-software/n8n-nodes-tornado-api
360
+ git clone https://github.com/Lax3n/TornadoAPI_N8N
361
361
  cd n8n-nodes-tornado-api
362
362
  npm install
363
363
  npm run build
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-tornado-api",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "n8n node for Tornado API - Download YouTube videos & Spotify podcasts",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "repository": {
24
24
  "type": "git",
25
- "url": "https://github.com/velys/n8n-nodes-tornado-api.git"
25
+ "url": "https://github.com/Lax3n/TornadoAPI_N8N.git"
26
26
  },
27
27
  "main": "index.js",
28
28
  "scripts": {