mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-12-09 22:48:07 -06:00
chore: Remove template and example files
Removes unused template and example files from the n8n custom node package: - credentials/ExampleCredentialsApi.credentials.ts - credentials/HttpBinApi.credentials.ts - nodes/ExampleNode/ (directory) - nodes/HttpBin/ (directory) - README_TEMPLATE.md Updates `package.json` to remove references to these deleted files in the `n8n.credentials` and `n8n.nodes` sections.
This commit is contained in:
parent
93fee8e18f
commit
ac43632800
9 changed files with 0 additions and 586 deletions
|
|
@ -34,13 +34,9 @@
|
|||
"n8n": {
|
||||
"n8nNodesApiVersion": 1,
|
||||
"credentials": [
|
||||
"dist/credentials/ExampleCredentialsApi.credentials.js",
|
||||
"dist/credentials/HttpBinApi.credentials.js",
|
||||
"dist/credentials/ResendApi.credentials.js"
|
||||
],
|
||||
"nodes": [
|
||||
"dist/nodes/ExampleNode/ExampleNode.node.js",
|
||||
"dist/nodes/HttpBin/HttpBin.node.js",
|
||||
"dist/nodes/Resend/Resend.node.js",
|
||||
"dist/nodes/Resend/ResendTrigger.node.js"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue