From 34092286bc38e1bac55623c8aeebf8ffeaa925f9 Mon Sep 17 00:00:00 2001 From: Luca Faggianelli Date: Thu, 17 Oct 2019 02:54:17 +0200 Subject: [PATCH] add gitlab to package.json --- packages/nodes-base/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/nodes-base/package.json b/packages/nodes-base/package.json index c7d380907..3824505ee 100644 --- a/packages/nodes-base/package.json +++ b/packages/nodes-base/package.json @@ -33,6 +33,7 @@ "dist/credentials/ChargebeeApi.credentials.js", "dist/credentials/DropboxApi.credentials.js", "dist/credentials/GithubApi.credentials.js", + "dist/credentials/GitlabApi.credentials.js", "dist/credentials/GoogleApi.credentials.js", "dist/credentials/HttpBasicAuth.credentials.js", "dist/credentials/HttpDigestAuth.credentials.js", @@ -73,6 +74,8 @@ "dist/nodes/FunctionItem.node.js", "dist/nodes/Github/Github.node.js", "dist/nodes/Github/GithubTrigger.node.js", + "dist/nodes/Gitlab/Gitlab.node.js", + "dist/nodes/Gitlab/GitlabTrigger.node.js", "dist/nodes/GoogleSheets/GoogleSheets.node.js", "dist/nodes/HttpRequest.node.js", "dist/nodes/If.node.js",