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