diff --git a/package.json b/package.json index 6e07697c..2411a39d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name" : "tape", - "version" : "2.2.0", + "version" : "2.2.1", "description" : "tap-producing test harness for node and browsers", "main" : "index.js", "bin" : "./bin/tape", @@ -13,6 +13,7 @@ "deep-equal" : "~0.1.0", "defined" : "~0.0.0", "through": "~2.3.4", + "resumer": "~0.0.0", "stream-combiner": "~0.0.2", "split": "~0.2.10", "inherits": "~2.0.1"