1
Fork 0

Fix the repository link.

This commit is contained in:
Bauke 2022-03-03 22:13:16 +01:00
parent cfa0e5ea34
commit 6d1dff6af5
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 4 additions and 1 deletions

View File

@ -4,7 +4,10 @@
"license": "GPL-3.0-or-later",
"version": "0.1.1",
"author": "Holllo <helllo@holllo.cc>",
"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",