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