Skip to content

Commit dcf6b46

Browse files
author
James Halliday
committed
upgrade deep-equal to 0.2.0
1 parent 97fede5 commit dcf6b46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "tape",
3-
"version" : "2.3.2",
3+
"version" : "2.4.0",
44
"description" : "tap-producing test harness for node and browsers",
55
"main" : "index.js",
66
"bin" : "./bin/tape",
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies" : {
1212
"jsonify" : "~0.0.0",
13-
"deep-equal" : "~0.1.0",
13+
"deep-equal" : "~0.2.0",
1414
"defined" : "~0.0.0",
1515
"through": "~2.3.4",
1616
"resumer": "~0.0.0",

0 commit comments

Comments
 (0)