diff --git a/packages/filterparser/package.json b/packages/filterparser/package.json index 1f3d32570..94dd86ef2 100644 --- a/packages/filterparser/package.json +++ b/packages/filterparser/package.json @@ -3,6 +3,10 @@ "name": "dbgate-filterparser", "main": "lib/index.js", "typings": "lib/index.d.ts", + "repository": { + "type": "git", + "url": "https://github.com/dbgate/dbgate.git" + }, "scripts": { "build": "tsc", "start": "tsc --watch", diff --git a/packages/web/package.json b/packages/web/package.json index c36891158..6c4c99198 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -9,6 +9,10 @@ "build:index": "node build-index.js", "prepublishOnly": "yarn build" }, + "repository": { + "type": "git", + "url": "https://github.com/dbgate/dbgate.git" + }, "files": [ "public" ],