You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -31,23 +31,23 @@ Open `Packages/manifest.json` with your favorite text editor. Add a [scoped regi
31
31
"name": "npmjs",
32
32
"url": "https://registry.npmjs.org/",
33
33
"scopes": [
34
-
"com.3d-group"
34
+
"com.{{COMPANY}}"
35
35
]
36
36
}
37
37
],
38
38
"dependencies": {
39
-
"com.3d-group.{{REPOSITORY_NAME}}": "1.0.0"
39
+
"com.{{COMPANY}}.{{REPOSITORY_NAME}}": "1.0.0"
40
40
}
41
41
}
42
42
```
43
43
Package should now appear in package manager.
44
44
45
45
### via OpenUPM
46
46
47
-
The package is also available on the [openupm registry](https://openupm.com/packages/com.3d-group.{{REPOSITORY_NAME}}). You can install it eg. via [openupm-cli](https://github.com/openupm/openupm-cli).
47
+
The package is also available on the [openupm registry](https://openupm.com/packages/com.{{COMPANY}}.{{REPOSITORY_NAME}}). You can install it eg. via [openupm-cli](https://github.com/openupm/openupm-cli).
48
48
49
49
```
50
-
openupm add com.3d-group.{{REPOSITORY_NAME}}
50
+
openupm add com.{{COMPANY}}.{{REPOSITORY_NAME}}
51
51
```
52
52
53
53
### via Git URL
@@ -56,7 +56,7 @@ Open `Packages/manifest.json` with your favorite text editor. Add following line
0 commit comments