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:
google-labs-jules[bot] 2025-05-26 19:35:28 +00:00
commit ac43632800
9 changed files with 0 additions and 586 deletions

View file

@ -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"
]