mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-10-28 14:12:24 -05:00
remove default values
to encourage users to put in their custom values
This commit is contained in:
parent
a4a172f3cb
commit
6ad687a369
1 changed files with 6 additions and 6 deletions
12
package.json
12
package.json
|
|
@ -1,19 +1,19 @@
|
||||||
{
|
{
|
||||||
"name": "n8n-nodes-starter",
|
"name": "n8n-nodes-<...>",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"description": "Example starter module for custom n8n nodes.",
|
"description": "",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"n8n-community-node-package"
|
"n8n-community-node-package"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"homepage": "https://n8n.io",
|
"homepage": "",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Jan Oberhauser",
|
"name": "",
|
||||||
"email": "jan@n8n.io"
|
"email": ""
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/n8n-io/n8n-nodes-starter.git"
|
"url": "https://github.com/<...>/n8n-nodes-<...>.git"
|
||||||
},
|
},
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue