n8n-nodes-indiamart 1.0.1 → 1.0.2

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 +3 -3
package/README.md CHANGED
@@ -25,7 +25,7 @@ npm install n8n-nodes-indiamart
25
25
 
26
26
  1. Clone this repository:
27
27
  ```bash
28
- git clone https://github.com/gyaneshwar/n8n-nodes-indiamart.git
28
+ git clone git@github.com:Gyaneshwar-Mongha/n8n-indiamart.git
29
29
  cd n8n-nodes-indiamart
30
30
  ```
31
31
 
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "n8n-nodes-indiamart",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "n8n community node for on IndiaMART",
5
5
  "license": "MIT",
6
- "homepage": "https://scm.intermesh.net/gyaneshwar.mongha/n8n-indiamart",
6
+ "homepage": "https://github.com/Gyaneshwar-Mongha/n8n-indiamart",
7
7
  "keywords": [
8
8
  "n8n-community-node-package",
9
9
  "indiamart",
@@ -16,7 +16,7 @@
16
16
  },
17
17
  "repository": {
18
18
  "type": "git",
19
- "url": "https://scm.intermesh.net/gyaneshwar.mongha/n8n-indiamart.git"
19
+ "url": "https://github.com/Gyaneshwar-Mongha/n8n-indiamart.git"
20
20
  },
21
21
  "scripts": {
22
22
  "build": "n8n-node build",