Skip to content

Commit

Permalink
forgot to add through
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed May 4, 2013
1 parent 40b229a commit d729135
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "tape",
"version" : "1.0.0",
"version" : "1.0.1",
"description" : "tap-producing test harness for node and browsers",
"main" : "index.js",
"bin" : "./bin/tape",
Expand All @@ -11,7 +11,8 @@
"dependencies" : {
"jsonify" : "~0.0.0",
"deep-equal" : "~0.0.0",
"defined" : "~0.0.0"
"defined" : "~0.0.0",
"through": "~2.3.4"
},
"devDependencies" : {
"tap" : "~0.3.0",
Expand Down

0 comments on commit d729135

Please sign in to comment.