diff --git a/package.json b/package.json index f1b2651e7..20fd6fa26 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,10 @@ "version": "6.4.0", "description": "Node.js test runner that lets you develop with confidence.", "license": "MIT", - "repository": "avajs/ava", + "repository": { + "type": "git", + "url": "git+https://github.com/avajs/ava.git" + }, "homepage": "https://avajs.dev", "bin": { "ava": "entrypoints/cli.mjs"