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 5632510 commit a7b296cCopy full SHA for a7b296c
.npmrc
@@ -0,0 +1,3 @@
1
+registry=https://registry.npmjs.org/
2
+@zigurous:registry=https://npm.pkg.github.com
3
+//npm.pkg.github.com/:_authToken=
package.json
@@ -4,7 +4,14 @@
4
"displayName": "Zigurous Debug Tools",
5
"description": "The Debug Tools package provides assets and scripts to assist in debugging Unity projects.",
6
"unity": "2019.4",
7
- "keywords": ["debug", "performance"],
+ "keywords": [
8
+ "debug",
9
+ "performance"
10
+ ],
11
+ "repository": "https://github.com/zigurous/unity-debug-tools",
12
+ "publishConfig": {
13
+ "registry": "https://npm.pkg.github.com/@zigurous"
14
+ },
15
"author": {
16
"name": "Zigurous",
17
"email": "support@zigurous.com",
0 commit comments