Skip to content

Commit 413a24f

Browse files
committed
Chore: updated bunfig.toml
1 parent 701136c commit 413a24f

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

bunfig.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[install]
2+
23
exact = true
34

4-
[install.scopes]
5-
"@mezh-hq" = { token = "$NPM_ACCESS_TOKEN", url = "https://registry.npmjs.org/" }
5+
registry = { url = "https://registry.npmjs.org", token = "$NPM_ACCESS_TOKEN" }

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,5 @@
100100
},
101101
"overrides": {
102102
"jsondiffpatch": "^0.5.0"
103-
},
104-
"publishConfig": {
105-
"registry": "https://registry.npmjs.org/",
106-
"access": "public"
107103
}
108104
}

0 commit comments

Comments
 (0)