Skip to content
This repository has been archived by the owner on Jun 18, 2021. It is now read-only.

Commit

Permalink
Update tap to version 14.3.1
Browse files Browse the repository at this point in the history
Fixes `npm audit` warning for `handlebars`.
Disable `esm` to allow tests to pass on Node.js 13 nightlies.
  • Loading branch information
richardlau committed Jul 3, 2019
1 parent 96a1bed commit 1bf2cc6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ node-report*.txt
npm-debug.log
nodereport-*.tgz
nodereport_test.log
package-lock.json
1 change: 1 addition & 0 deletions .taprc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
esm: false
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"url": "https://github.com/nodejs/node-report/issues"
},
"devDependencies": {
"tap": "~12.4.1"
"tap": "~14.3.1"
}
}

0 comments on commit 1bf2cc6

Please sign in to comment.