We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2f6f80 commit 7af238bCopy full SHA for 7af238b
package.json
@@ -26,5 +26,14 @@
26
"com.unity.modules.imgui": "1.0.0",
27
"com.unity.modules.jsonserialize": "1.0.0",
28
"com.unity.modules.unitywebrequest": "1.0.0"
29
+ },
30
+ "devDependencies": {
31
+ "semantic-release": "^24.2.0",
32
+ "@semantic-release/changelog": "^6.0.3",
33
+ "@semantic-release/git": "^10.0.1"
34
35
+ "publishConfig": {
36
+ "access": "public",
37
+ "registry": "https://npm.cnb.cool/GameFrameX/npm/-/packages/"
38
}
39
0 commit comments