mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-10-28 22:12:26 -05:00
Fix credentials naming to match class name
This commit is contained in:
parent
0623f030e6
commit
f528f995a2
2 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@
|
||||||
"n8n": {
|
"n8n": {
|
||||||
"credentials": [
|
"credentials": [
|
||||||
"dist/credentials/ExampleCredentials.credentials.js",
|
"dist/credentials/ExampleCredentials.credentials.js",
|
||||||
"dist/credentials/HttpBin.credentials.js"
|
"dist/credentials/HttpBinApi.credentials.js"
|
||||||
],
|
],
|
||||||
"nodes": [
|
"nodes": [
|
||||||
"dist/nodes/ExampleNode/ExampleNode.node.js",
|
"dist/nodes/ExampleNode/ExampleNode.node.js",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue