Skip to content

Commit

Permalink
Use @ava/typescript v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
szmarczak committed Apr 13, 2021
1 parent 78b105b commit 56ce43e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"node": ">=12.13"
},
"scripts": {
"test": "xo && npm run build && nyc ava",
"test": "xo && nyc ava",
"release": "np",
"build": "del-cli dist && tsc",
"prepare": "npm run build"
Expand Down Expand Up @@ -57,7 +57,7 @@
"responselike": "^2.0.0"
},
"devDependencies": {
"@ava/typescript": "^1.1.1",
"@ava/typescript": "^2.0.0",
"@sindresorhus/tsconfig": "^0.8.0",
"@sinonjs/fake-timers": "^6.0.1",
"@types/benchmark": "^2.1.0",
Expand Down Expand Up @@ -105,6 +105,7 @@
],
"timeout": "1m",
"typescript": {
"compile": "tsc",
"rewritePaths": {
"test/": "dist/test/"
}
Expand Down

0 comments on commit 56ce43e

Please sign in to comment.