mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-12-23 20:16:16 -06:00
S4DSAuth node added. Some other nodes deleted
This commit is contained in:
parent
21f7bc4eae
commit
392231e695
16 changed files with 4910 additions and 222 deletions
10
package.json
10
package.json
|
|
@ -33,13 +33,13 @@
|
|||
"n8n": {
|
||||
"n8nNodesApiVersion": 1,
|
||||
"credentials": [
|
||||
"dist/credentials/ExampleCredentialsApi.credentials.js",
|
||||
"dist/credentials/HttpBinApi.credentials.js"
|
||||
"dist/credentials/HttpBinApi.credentials.js",
|
||||
"dist/credentials/S4DSApi.credentials.js"
|
||||
],
|
||||
"nodes": [
|
||||
"dist/nodes/ExampleNode/ExampleNode.node.js",
|
||||
"dist/nodes/ExampleNode2/ExampleNode2.node.js",
|
||||
"dist/nodes/HttpBin/HttpBin.node.js"
|
||||
"dist/nodes/HttpBin/HttpBin.node.js",
|
||||
"dist/nodes/S4DSAuth/S4DSAuth.node.js",
|
||||
"dist/nodes/S4DSExample/S4DSExample.node.js"
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue