Skip to content

Commit a7b296c

Browse files
committed
Add npm publish configuration
1 parent 5632510 commit a7b296c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.npmrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@
44
"displayName": "Zigurous Debug Tools",
55
"description": "The Debug Tools package provides assets and scripts to assist in debugging Unity projects.",
66
"unity": "2019.4",
7-
"keywords": ["debug", "performance"],
7+
"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+
},
815
"author": {
916
"name": "Zigurous",
1017
"email": "support@zigurous.com",

0 commit comments

Comments
 (0)