Skip to content

Commit

Permalink
fix(manifest): moved to scoped registries
Browse files Browse the repository at this point in the history
Prevents crashing if trying to use any Unit cloud hosted package
  • Loading branch information
ashblue committed May 31, 2019
1 parent 84f2bbc commit 19dd266
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"registry": "https://registry.npmjs.org",
"scopedRegistries": [
{
"name": "NPM",
"url": "https://registry.npmjs.org",
"scopes": [
"clever-crow"
]
}
],
"dependencies": {
"clever-crow.nsubstitute": "2.0.3",
"com.unity.ads": "2.0.8",
Expand Down

0 comments on commit 19dd266

Please sign in to comment.