Skip to content

Commit ae358cb

Browse files
committed
[增加]1. 增加包的依赖
1 parent f1d67b0 commit ae358cb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,16 @@
1010
],
1111
"repository": {
1212
"name": "com.gameframex.unity.network",
13-
"url": "https://github.com/AlianBlank/com.gameframex.unity.network.git",
13+
"url": "https://github.com/gameframex/com.gameframex.unity.network.git",
1414
"type": "git"
1515
},
1616
"author": {
1717
"name": "Blank",
1818
"email": "[email protected]",
1919
"url": "https://gameframex.doc.alianblank.com"
2020
},
21-
"dependencies": {}
21+
"dependencies": {
22+
"com.gameframex.unity": "1.1.1",
23+
"com.gameframex.unity.event": "1.0.0"
24+
}
2225
}

0 commit comments

Comments
 (0)