Skip to content

Commit

Permalink
chore: Configure tap to not use esm (#1189)
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyfarrell authored Oct 6, 2019
1 parent 351106d commit 80ad7da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .taprc
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"coverage": false,
"jobs": 1,
"timeout": 360,
"bail": false
"bail": false,
"esm": false
}

0 comments on commit 80ad7da

Please sign in to comment.