Skip to content

Commit 5cd253a

Browse files
committed
refactor(espowerify): rename variable
1 parent 4fa5028 commit 5cd253a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* https://github.com/twada/espowerify/blob/master/MIT-LICENSE.txt
99
*/
1010
var through = require('through'),
11-
espowerSourceToSource = require('espower-source');
11+
espowerSource = require('espower-source');
1212

1313
/**
1414
* Apply espower through the browserify transform chain.
@@ -28,7 +28,7 @@ function espowerify(filepath, options) {
2828
}
2929

3030
function end() {
31-
stream.queue(espowerSourceToSource(data, filepath, options));
31+
stream.queue(espowerSource(data, filepath, options));
3232
stream.queue(null);
3333
}
3434

0 commit comments

Comments
 (0)