n8n-nodes-blog-post 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.
- package/package.json +1 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-blog-post",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Custom n8n nodes for managing blogs, AI tools, and workflows on kepha14.dev API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"n8n-community-node-package",
|
|
@@ -16,7 +16,6 @@
|
|
|
16
16
|
"type": "git",
|
|
17
17
|
"url": ""
|
|
18
18
|
},
|
|
19
|
-
"main": "index.js",
|
|
20
19
|
"scripts": {
|
|
21
20
|
"build": "tsc && gulp build:icons",
|
|
22
21
|
"dev": "tsc --watch",
|