Skip to content

Commit

Permalink
util: switch to actual lazystream module.
Browse files Browse the repository at this point in the history
  • Loading branch information
ctalkington committed Jan 11, 2014
1 parent 17e2dde commit bca7410
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 53 deletions.
2 changes: 1 addition & 1 deletion lib/util/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ var util = module.exports = {};

util._ = require('lodash');
util.crc32 = require('./crc32');
util.lazystream = require('./lazystream');
util.lazystream = require('lazystream');
util.file = require('file-utils');

util.cleanBuffer = function(length) {
Expand Down
52 changes: 0 additions & 52 deletions lib/util/lazystream.js

This file was deleted.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"dependencies": {
"readable-stream": "~1.1.9",
"zip-stream": "~0.1.0",
"lazystream": "~0.1.0",
"file-utils": "~0.1.5",
"lodash": "~2.4.1"
},
Expand Down

0 comments on commit bca7410

Please sign in to comment.