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": {
|
||||
"credentials": [
|
||||
"dist/credentials/ExampleCredentials.credentials.js",
|
||||
"dist/credentials/HttpBin.credentials.js"
|
||||
"dist/credentials/HttpBinApi.credentials.js"
|
||||
],
|
||||
"nodes": [
|
||||
"dist/nodes/ExampleNode/ExampleNode.node.js",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue