Skip to content

Commit 1832d80

Browse files
committed
Adjust repository reference in package.json
As recommended by 'npm pkg fix'.
1 parent 372c241 commit 1832d80

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
"version": "6.4.0",
44
"description": "Node.js test runner that lets you develop with confidence.",
55
"license": "MIT",
6-
"repository": "avajs/ava",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/avajs/ava.git"
9+
},
710
"homepage": "https://avajs.dev",
811
"bin": {
912
"ava": "entrypoints/cli.mjs"

0 commit comments

Comments
 (0)