From 559890842ab5e92ba0bfec19a7535697bf468bfe Mon Sep 17 00:00:00 2001 From: Kemosabert Date: Tue, 15 Oct 2024 16:29:29 +0200 Subject: [PATCH] fix package.json errors for publishing --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f01bddf..bcfe8e5 100644 --- a/package.json +++ b/package.json @@ -8,11 +8,11 @@ "type": "module", "main": "lib/index.js", "bin": { - "aikido-api-client": "./lib/index.js" + "aikido-api-client": "lib/index.js" }, "repository": { "type": "git", - "url": "https://github.com/AikidoSec/api-client.git" + "url": "git+https://github.com/AikidoSec/ci-api-client.git" }, "scripts": { "start": "nodemon --watch 'src/**/*.ts' --esm --exec 'ts-node' src/index.ts",