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