mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-10-28 14:12:24 -05:00
feat: replace npm with pnpm (#41)
Co-authored-by: Anthony Hivert <anthony.hivert@numberly.com>
This commit is contained in:
parent
58094ce2e5
commit
74b954cc9a
5 changed files with 4308 additions and 10797 deletions
|
|
@ -15,6 +15,9 @@ export class HttpBinApi implements ICredentialType {
|
|||
name: 'token',
|
||||
type: 'string',
|
||||
default: '',
|
||||
typeOptions: {
|
||||
password: true,
|
||||
}
|
||||
},
|
||||
{
|
||||
displayName: 'Domain',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue