Skip to content

Commit 97525a9

Browse files
committed
4.0.0-alpha.2
1 parent bdf2cf0 commit 97525a9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "ava",
3-
"version": "4.0.0-alpha.1",
3+
"version": "4.0.0-alpha.2",
44
"description": "Node.js test runner that lets you develop with confidence.",
55
"license": "MIT",
66
"repository": "avajs/ava",
77
"homepage": "https://avajs.dev",
88
"bin": {
9-
"ava": "./entrypoints/cli.mjs"
9+
"ava": "entrypoints/cli.mjs"
1010
},
1111
"exports": {
1212
".": {

0 commit comments

Comments
 (0)