Skip to content

Commit 3aad283

Browse files
committed
First build artifacts
1 parent 349cd2b commit 3aad283

File tree

6 files changed

+20
-5
lines changed

6 files changed

+20
-5
lines changed

dist/credentials/DrupalApi.credentials.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
import type { IAuthenticateGeneric, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow';
1+
import type { IAuthenticateGeneric, ICredentialTestRequest, ICredentialType, INodeProperties, Icon } from 'n8n-workflow';
22
export declare class DrupalApi implements ICredentialType {
33
name: string;
44
displayName: string;
5+
icon: Icon;
56
documentationUrl: string;
67
properties: INodeProperties[];
78
authenticate: IAuthenticateGeneric;

dist/credentials/DrupalApi.credentials.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/credentials/DrupalApi.credentials.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/credentials/drupal.svg

Lines changed: 13 additions & 0 deletions
Loading

dist/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "n8n-nodes-drupal",
33
"version": "0.1.0",
4-
"description": "",
4+
"description": "Community node for Drupal",
55
"license": "MIT",
66
"homepage": "",
77
"keywords": ["n8n-community-node-package"],
88
"author": { "name": "Stephen Mulvihill", "email": "smulvih2@gmail.com" },
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/<...>/n8n-nodes-<...>.git"
11+
"url": "https://github.com/cinders-io/n8n-nodes-drupal.git"
1212
},
1313
"scripts": {
1414
"build": "n8n-node build",

dist/tsconfig.tsbuildinfo

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)