diff --git a/api/package.json b/api/package.json index d066819..877320c 100644 --- a/api/package.json +++ b/api/package.json @@ -88,4 +88,4 @@ "configuration": { "sasPath": "/opt/sas/sas9/SASHome/SASFoundation/9.4/sas" } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 694b427..4cc967e 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "server", "version": "0.0.13", "description": "NodeJS wrapper for calling the SAS binary executable", + "repository": "https://github.com/sasjs/server", "scripts": { "server": "npm run server:prepare && npm run server:start", "server:prepare": "cd web && npm ci && npm run build && cd ../api && npm ci && cd ..", @@ -18,4 +19,4 @@ "prettier": "^2.3.1", "standard-version": "^9.3.2" } -} +} \ No newline at end of file