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 f50f845 commit 56d2b40Copy full SHA for 56d2b40
package.json
@@ -6,7 +6,7 @@
6
"version": "2.4.0",
7
"unity": "2019.4",
8
"keywords": [
9
- "Game Framework X"
+ "GameFrameX"
10
],
11
"repository": {
12
"name": "com.gameframex.unity.network",
@@ -21,5 +21,14 @@
21
"dependencies": {
22
"com.gameframex.unity": "1.1.1",
23
"com.gameframex.unity.event": "1.0.0"
24
+ },
25
+ "publishConfig": {
26
+ "access": "public",
27
+ "registry": "https://npm.cnb.cool/GameFrameX/npm/-/packages/"
28
29
+ "devDependencies": {
30
+ "semantic-release": "^24.2.0",
31
+ "@semantic-release/changelog": "^6.0.3",
32
+ "@semantic-release/git": "^10.0.1"
33
}
34
0 commit comments