Skip to content

Commit 19dd266

Browse files
committed
fix(manifest): moved to scoped registries
Prevents crashing if trying to use any Unit cloud hosted package
1 parent 84f2bbc commit 19dd266

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Packages/manifest.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
{
2-
"registry": "https://registry.npmjs.org",
2+
"scopedRegistries": [
3+
{
4+
"name": "NPM",
5+
"url": "https://registry.npmjs.org",
6+
"scopes": [
7+
"clever-crow"
8+
]
9+
}
10+
],
311
"dependencies": {
412
"clever-crow.nsubstitute": "2.0.3",
513
"com.unity.ads": "2.0.8",

0 commit comments

Comments
 (0)