Skip to content

Commit

Permalink
package.json use tap@^12.0.1 & mark version 0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher J. Brody committed Jul 9, 2018
1 parent 91564c2 commit 98f5a33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodeunit",
"version": "0.11.2",
"version": "0.11.3",
"description": "Easy unit testing for node.js and the browser.",
"maintainers": [
{
Expand Down Expand Up @@ -80,7 +80,7 @@
},
"dependencies": {
"ejs": "^2.5.2",
"tap": "^10.0.2"
"tap": "^12.0.1"
},
"scripts": {
"test": "node ./bin/nodeunit"
Expand Down

0 comments on commit 98f5a33

Please sign in to comment.