Skip to content

Commit

Permalink
upgrade deep-equal to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed Jan 29, 2014
1 parent 97fede5 commit dcf6b46
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" : "tape",
"version" : "2.3.2",
"version" : "2.4.0",
"description" : "tap-producing test harness for node and browsers",
"main" : "index.js",
"bin" : "./bin/tape",
Expand All @@ -10,7 +10,7 @@
},
"dependencies" : {
"jsonify" : "~0.0.0",
"deep-equal" : "~0.1.0",
"deep-equal" : "~0.2.0",
"defined" : "~0.0.0",
"through": "~2.3.4",
"resumer": "~0.0.0",
Expand Down

0 comments on commit dcf6b46

Please sign in to comment.