Skip to content

Commit c598898

Browse files
committed
Add npm publish configuration
1 parent e6769cb commit c598898

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"displayName": "Zigurous Animation Tweening",
55
"description": "An animation system for tweening object properties in Unity.",
66
"unity": "2019.4",
7+
"repository": "https://github.com/zigurous/unity-animation-tweening",
8+
"publishConfig": {
9+
"registry": "https://npm.pkg.github.com/@zigurous"
10+
},
711
"author": {
812
"name": "Zigurous",
913
"email": "support@zigurous.com",

0 commit comments

Comments
 (0)