Skip to content

Commit

Permalink
use readable-stream
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Apr 22, 2016
1 parent 71888ff commit e75ef36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = StringStream

var inherits = require('inherits')
var stream = require('stream')
var stream = require('readable-stream')

inherits(StringStream, stream.Readable)

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"url": "https://github.com/feross/string-to-stream/issues"
},
"dependencies": {
"inherits": "^2.0.1"
"inherits": "^2.0.1",
"readable-stream": "^2.1.0"
},
"devDependencies": {
"concat-stream": "^1.4.6",
Expand Down

0 comments on commit e75ef36

Please sign in to comment.