From e46d122ca0a303b32cbe7cc744b49e2b3a08c8ba Mon Sep 17 00:00:00 2001 From: bipproduction Date: Mon, 17 Nov 2025 14:12:47 +0800 Subject: [PATCH] build --- bin/publish.ts | 2 +- package.json | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/bin/publish.ts b/bin/publish.ts index 0f1fdb5..2a85c07 100644 --- a/bin/publish.ts +++ b/bin/publish.ts @@ -1,3 +1,3 @@ import { execSync } from "child_process"; -execSync("cd dist && npm publish", { stdio: 'inherit' }) \ No newline at end of file +execSync("cd dist && bun publish", { stdio: 'inherit' }) \ No newline at end of file diff --git a/package.json b/package.json index 0941cf2..7720352 100644 --- a/package.json +++ b/package.json @@ -24,14 +24,5 @@ }, "peerDependencies": { "typescript": "^5" - }, - "n8n": { - "nodes": [ - "dist/nodes/OpenapiMcpServer.js" - ], - "n8nNodesApiVersion": 1, - "credentials": [ - "dist/credentials/OpenapiMcpServerCredentials.credentials.js" - ] } }