Skip to content

Commit 98f5a33

Browse files
author
Christopher J. Brody
committed
package.json use tap@^12.0.1 & mark version 0.11.3
1 parent 91564c2 commit 98f5a33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nodeunit",
3-
"version": "0.11.2",
3+
"version": "0.11.3",
44
"description": "Easy unit testing for node.js and the browser.",
55
"maintainers": [
66
{
@@ -80,7 +80,7 @@
8080
},
8181
"dependencies": {
8282
"ejs": "^2.5.2",
83-
"tap": "^10.0.2"
83+
"tap": "^12.0.1"
8484
},
8585
"scripts": {
8686
"test": "node ./bin/nodeunit"

0 commit comments

Comments
 (0)