n8n-nodes-fizzy 0.1.0 → 0.1.3

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 (1) hide show
  1. package/package.json +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-fizzy",
3
- "version": "0.1.0",
3
+ "version": "0.1.3",
4
4
  "description": "n8n community node for Fizzy - the kanban tool by 37signals",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",
@@ -9,14 +9,14 @@
9
9
  "kanban"
10
10
  ],
11
11
  "license": "MIT",
12
- "homepage": "https://github.com/rzolkos/n8n-nodes-fizzy",
12
+ "homepage": "https://github.com/robzolkos/n8n-nodes-fizzy",
13
13
  "author": {
14
14
  "name": "Rob Zolkos",
15
15
  "email": "rob@zolkos.com"
16
16
  },
17
17
  "repository": {
18
18
  "type": "git",
19
- "url": "https://github.com/rzolkos/n8n-nodes-fizzy.git"
19
+ "url": "https://github.com/robzolkos/n8n-nodes-fizzy.git"
20
20
  },
21
21
  "engines": {
22
22
  "node": ">=20.0"
@@ -29,6 +29,7 @@
29
29
  "format": "prettier nodes credentials --write",
30
30
  "lint": "n8n-node lint",
31
31
  "lintfix": "n8n-node lint --fix",
32
+ "release": "n8n-node release",
32
33
  "prepublishOnly": "npm run build && npm run lint",
33
34
  "test": "vitest run",
34
35
  "test:watch": "vitest"