From 2b824bd325671c03f4925793513e14ce24f34d1d Mon Sep 17 00:00:00 2001 From: Gimmy Date: Wed, 2 Apr 2025 15:13:47 +0300 Subject: [PATCH] remove lib from the final package --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index 1a25049..1125a93 100644 --- a/package.json +++ b/package.json @@ -21,12 +21,9 @@ "test": "jest test --coverage --verbose --collectCoverageFrom='./lib/**'" }, "files": [ - "lib", "dist" ], - "imports": { - "@lib": "./lib" - }, + "repository": { "type": "git", "url": "git+https://github.com/aserto-dev/aserto-node.git"