Skip to content

Commit

Permalink
Downgrade ava to 5.x temporarily so we don’t have to change the Node …
Browse files Browse the repository at this point in the history
…support yet
  • Loading branch information
zachleat committed Feb 10, 2024
1 parent dfff598 commit 612aef6
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-plugin-webc": "^0.11.1",
"ava": "^6.1.1",
"ava": "^5.3.1",
"eslint": "^8.52.0",
"pixelmatch": "^5.3.0"
},
Expand All @@ -57,13 +57,11 @@
"files": [
"./test/*.js"
],
"watchMode": {
"ignoreChanges": [
"./.cache/*",
"./img/*",
"./test/img/*",
"./test/**/generated*"
]
}
"ignoredByWatcher": [
"./.cache/*",
"./img/*",
"./test/img/*",
"./test/**/generated*"
]
}
}

0 comments on commit 612aef6

Please sign in to comment.