From 48025b0250ac9583474e6304d746b4189e26d679 Mon Sep 17 00:00:00 2001 From: RyanT5 Date: Thu, 3 Aug 2023 15:33:07 +0200 Subject: [PATCH] feat: update package.json details --- package.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8af931e5..cea4ea2b 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,12 @@ { - "name": "eventbridge-toolbox", - "version": "1.0.0", + "name": "@aleios-cloud/eventbridge-toolbox", + "version": "0.0.1", "description": "", "main": "index.js", + "repository": "https://github.com/aleios-cloud/eventbridge-toolbox.git", + "publishConfig": { + "registry": "https://npm.pkg.github.com" + }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" },