We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 372c241 commit 1832d80Copy full SHA for 1832d80
package.json
@@ -3,7 +3,10 @@
3
"version": "6.4.0",
4
"description": "Node.js test runner that lets you develop with confidence.",
5
"license": "MIT",
6
- "repository": "avajs/ava",
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/avajs/ava.git"
9
+ },
10
"homepage": "https://avajs.dev",
11
"bin": {
12
"ava": "entrypoints/cli.mjs"
0 commit comments