Skip to content

Commit 5f1181e

Browse files
Update package.json version and add repository and homepage URLs
1 parent 613b27d commit 5f1181e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@garmingo/framework-js-server",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "TypeScript version of Framework library (server version)",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",
@@ -15,6 +15,11 @@
1515
},
1616
"author": "Garmingo",
1717
"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",
1823
"devDependencies": {
1924
"@types/jest": "^29.5.11",
2025
"@citizenfx/server": "^2.0.7255-1",

0 commit comments

Comments
 (0)