From 844bac8b41f828238005c659bbe0c84087dc8287 Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 24 Oct 2023 19:27:01 +0200 Subject: [PATCH] fix: nodes definition in package.json --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 02246ea..9098671 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "n8n-nodes-vikunja", - "version": "0.1.0", + "version": "0.1.1", "description": "This is an n8n community node which lets you use Vikunja in your n8n workflows.", "keywords": [ "n8n-community-node-package" @@ -33,8 +33,8 @@ "dist/credentials/VikunjaApi.credentials.js" ], "nodes": [ - "dist/nodes/Vikunja/Vikunja.node.ts", - "dist/nodes/Vikunja/VikunjaTrigger.node.ts" + "dist/nodes/Vikunja/Vikunja.node.js", + "dist/nodes/Vikunja/VikunjaTrigger.node.js" ] }, "devDependencies": {