We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 701136c commit 413a24fCopy full SHA for 413a24f
bunfig.toml
@@ -1,5 +1,5 @@
1
[install]
2
+
3
exact = true
4
-[install.scopes]
5
-"@mezh-hq" = { token = "$NPM_ACCESS_TOKEN", url = "https://registry.npmjs.org/" }
+registry = { url = "https://registry.npmjs.org", token = "$NPM_ACCESS_TOKEN" }
package.json
@@ -100,9 +100,5 @@
100
},
101
"overrides": {
102
"jsondiffpatch": "^0.5.0"
103
- },
104
- "publishConfig": {
105
- "registry": "https://registry.npmjs.org/",
106
- "access": "public"
107
}
108
0 commit comments