Skip to content

Commit

Permalink
ls_stream -> ls
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdickinson committed Mar 18, 2013
1 parent ce96950 commit 97ba479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
@@ -1,7 +1,7 @@
module.exports = load_odb

var path = require('path')
, ls_stream = require('ls-stream')
, ls = require('ls-stream')

function load_odb(fs, dir, find_oid, backends, ready) {
var pending_backends = []
Expand Down

0 comments on commit 97ba479

Please sign in to comment.