@izzai/n8n-nodes-izzone 0.0.17 → 0.0.20

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 +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -8,8 +8,8 @@ To set up the development environment for the izz.ONE n8n nodes, follow these st
8
8
 
9
9
  1. **Clone the Repository**: Clone the repository to your local machine using Git.
10
10
  ```bash
11
- git clone https://github.com/@izzai/n8n-izzone.git
12
- cd n8n-izzone
11
+ git clone git@github.com:izzai/account.git
12
+ cd account/apps/n8n-nodes-izzone
13
13
  ```
14
14
  2. **Install Dependencies**: Use npm or yarn to install the required dependencies.
15
15
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@izzai/n8n-nodes-izzone",
3
- "version": "0.0.17",
3
+ "version": "0.0.20",
4
4
  "description": "n8n custom node for izz.ONE",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -8,7 +8,7 @@
8
8
  "homepage": "https://www.izz.ai/",
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "https://github.com/@izzai/n8n-izzone.git"
11
+ "url": "https://github.com/izzai/account"
12
12
  },
13
13
  "scripts": {
14
14
  "lint": "eslint src",
@@ -49,7 +49,7 @@
49
49
  "name": "Adarsh Mohan",
50
50
  "email": "adarsh@izz.ai"
51
51
  },
52
- "license": "SEE LICENSE IN LICENSE.md",
52
+ "license": "CHECK LICENSE.md",
53
53
  "files": [
54
54
  "dist",
55
55
  "LICENSE.md"