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 e6769cb commit c598898Copy full SHA for c598898
.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,6 +4,10 @@
4
"displayName": "Zigurous Animation Tweening",
5
"description": "An animation system for tweening object properties in Unity.",
6
"unity": "2019.4",
7
+ "repository": "https://github.com/zigurous/unity-animation-tweening",
8
+ "publishConfig": {
9
+ "registry": "https://npm.pkg.github.com/@zigurous"
10
+ },
11
"author": {
12
"name": "Zigurous",
13
"email": "support@zigurous.com",
0 commit comments