Skip to content

Commit

Permalink
use native node esm in ava - currently broken in ava - see standard-t…
Browse files Browse the repository at this point in the history
  • Loading branch information
craigahobbs committed May 13, 2020
1 parent a19d25b commit 8861d9f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions static/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
{
"type": "module",
"devDependencies": {
"ava": "~3.8.0",
"browser-env": "~3.3.0",
"eslint": "~7.0.0",
"esm": "~3.2.0",
"nyc": "~15.0.0"
},
"ava": {
"timeout": "5m",
"require": [
"esm"
]
"timeout": "5m"
},
"nyc": {
"all": true,
Expand Down

0 comments on commit 8861d9f

Please sign in to comment.