We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d2e502 commit d7a63c1Copy full SHA for d7a63c1
1 file changed
package.json
@@ -18,5 +18,18 @@
18
"name": "Code Philosophy",
19
"email": "hybridclr@code-philosophy.com",
20
"url": "https://code-philosophy.com"
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
+ "repository": {
31
+ "name": "com.gameframex.unity.code-philosophy.hybridclr",
32
+ "url": "git+https://github.com/gameframex/com.gameframex.unity.code-philosophy.hybridclr.git",
33
+ "type": "git"
34
}
35
0 commit comments