We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 817386e commit 962b63bCopy full SHA for 962b63b
1 file changed
package.json
@@ -18,5 +18,14 @@
18
"email": "alianblank@outlook.com",
19
"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