diff --git a/package.json b/package.json index cba60d7..2fd6bd8 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,10 @@ "license": "GPL-3.0-or-later", "version": "0.1.1", "author": "Holllo ", - "repository": "https://github.com/Holllo/migration-helper", + "repository": { + "type": "git", + "url": "https://github.com/Holllo/migration-helper" + }, "scripts": { "build": "tsc", "prepublishOnly": "pnpm test && pnpm build",