Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
upgrade readable-stream for hopefully better IE support
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed Mar 4, 2014
1 parent e4ed54d commit d0be05a
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,11 +1,11 @@
{
"name": "tap-parser",
"version": "0.4.2",
"version": "0.4.3",
"description": "parse the test anything protocol",
"main": "index.js",
"dependencies": {
"inherits": "~2.0.1",
"readable-stream": "~1.0.25"
"readable-stream": "~1.1.11"
},
"devDependencies": {
"tape": "~2.3.2",
Expand Down

0 comments on commit d0be05a

Please sign in to comment.