Skip to content

Commit 89e548f

Browse files
committed
Add npm publish configuration
1 parent e18f1b3 commit 89e548f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-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: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@
44
"displayName": "Zigurous Math Functions",
55
"description": "The Math Functions package provides extensions and utilities for working with numbers including generating random chance values, processing inputs, and more.",
66
"unity": "2019.4",
7-
"keywords": ["math", "utilities", "random"],
7+
"keywords": [
8+
"math",
9+
"utilities",
10+
"random"
11+
],
12+
"repository": "https://github.com/zigurous/unity-math-functions",
13+
"publishConfig": {
14+
"registry": "https://npm.pkg.github.com/@zigurous"
15+
},
816
"author": {
917
"name": "Zigurous",
1018
"email": "support@zigurous.com",

0 commit comments

Comments
 (0)