Skip to content

Commit

Permalink
Update: Rename stream.js to readable.js to align with docs
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Feb 2, 2017
1 parent 1fbf70d commit 24475ea
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var pumpify = require('pumpify');
var isNegatedGlob = require('is-negated-glob');
var extend = require('extend');

var GlobStream = require('./stream');
var GlobStream = require('./readable');

function globStream(globs, opt) {
if (!opt) {
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion test/stream.js → test/readable.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
var expect = require('expect');
var miss = require('mississippi');

var stream = require('../stream');
var stream = require('../readable');

function deWindows(p) {
return p.replace(/\\/g, '/');
Expand Down

0 comments on commit 24475ea

Please # to comment.