From 00c0d119115254d93f18e7a88a330ee3f422636d Mon Sep 17 00:00:00 2001 From: hh Date: Tue, 5 Nov 2024 18:53:06 +0800 Subject: [PATCH] update pkg.json --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e7db7e23..1953fd6a 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/sCrypt-Inc/bsv" + "url": "git+https://github.com/sCrypt-Inc/bsv" }, "dependencies": { "aes-js": "^3.1.2", @@ -71,7 +71,8 @@ "it" ], "ignore": [ - "dist/**" + "dist/**", + "esmTest/**" ] } }