Skip to content

Commit

Permalink
use readable-stream (for node 0.8 support)
Browse files Browse the repository at this point in the history
Fixes #10
  • Loading branch information
feross committed Apr 11, 2016
1 parent 8f371b5 commit fadb3ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = CompactToStylishStream

var chalk = require('chalk')
var inherits = require('inherits')
var stream = require('stream')
var stream = require('readable-stream')
var standardJson = require('standard-json')
var table = require('text-table')

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"chalk": "^1.1.0",
"inherits": "^2.0.1",
"minimist": "^1.1.1",
"readable-stream": "^2.0.6",
"standard": "^6.0.5",
"standard-json": "^1.0.0",
"text-table": "^0.2.0"
Expand Down

0 comments on commit fadb3ed

Please sign in to comment.