From 413a24faefec136bc3643281ae971ca0fb69ce8a Mon Sep 17 00:00:00 2001 From: Akalanka Perera Date: Fri, 23 Feb 2024 22:38:03 +0530 Subject: [PATCH] Chore: updated bunfig.toml --- bunfig.toml | 4 ++-- package.json | 4 ---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/bunfig.toml b/bunfig.toml index 46b2bd8..119f964 100644 --- a/bunfig.toml +++ b/bunfig.toml @@ -1,5 +1,5 @@ [install] + exact = true -[install.scopes] -"@mezh-hq" = { token = "$NPM_ACCESS_TOKEN", url = "https://registry.npmjs.org/" } \ No newline at end of file +registry = { url = "https://registry.npmjs.org", token = "$NPM_ACCESS_TOKEN" } \ No newline at end of file diff --git a/package.json b/package.json index 5138dbf..cae006c 100644 --- a/package.json +++ b/package.json @@ -100,9 +100,5 @@ }, "overrides": { "jsondiffpatch": "^0.5.0" - }, - "publishConfig": { - "registry": "https://registry.npmjs.org/", - "access": "public" } } \ No newline at end of file