We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27027da commit 7372b94Copy full SHA for 7372b94
1 file changed
package.json
@@ -11,11 +11,20 @@
11
"author": {
12
"name": "Blank",
13
"email": "alianblank@outlook.com",
14
- "url": "https://alianblank.com/"
+ "url": "https://gameframex.doc.alianblank.com"
15
},
16
"repository": {
17
"name": "com.gameframex.unity.builder",
18
"url": "https://github.com/gameframex/com.gameframex.unity.builder.git",
19
"type": "git"
20
+ },
21
+ "devDependencies": {
22
+ "semantic-release": "^24.2.0",
23
+ "@semantic-release/changelog": "^6.0.3",
24
+ "@semantic-release/git": "^10.0.1"
25
26
+ "publishConfig": {
27
+ "access": "public",
28
+ "registry": "https://npm.cnb.cool/GameFrameX/npm/-/packages/"
29
}
-}
30
+}
0 commit comments