Skip to content

Commit f5b970c

Browse files
committed
4.0.0-alpha.1
1 parent 9cedc97 commit f5b970c

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
{
22
"name": "ava",
3-
"version": "3.15.0",
3+
"version": "4.0.0-alpha.1",
44
"description": "Node.js test runner that lets you develop with confidence.",
55
"license": "MIT",
66
"repository": "avajs/ava",
77
"homepage": "https://avajs.dev",
8-
"bin": "cli.js",
8+
"bin": {
9+
"ava": "cli.js"
10+
},
911
"engines": {
1012
"node": ">=12.20 <13 || >=14.15 <15 || >=15"
1113
},

0 commit comments

Comments
 (0)