We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 613b27d commit 5f1181eCopy full SHA for 5f1181e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@garmingo/framework-js-server",
3
- "version": "1.1.0",
+ "version": "1.1.1",
4
"description": "TypeScript version of Framework library (server version)",
5
"main": "./dist/index.js",
6
"module": "./dist/index.mjs",
@@ -15,6 +15,11 @@
15
},
16
"author": "Garmingo",
17
"license": "UNLICENSED",
18
+ "repository": {
19
+ "type": "git",
20
+ "url": "https://github.com/Garmingo/framework-js-server.git"
21
+ },
22
+ "homepage": "https://github.com/Garmingo/framework-js-server",
23
"devDependencies": {
24
"@types/jest": "^29.5.11",
25
"@citizenfx/server": "^2.0.7255-1",
0 commit comments