We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fa5028 commit 5cd253aCopy full SHA for 5cd253a
index.js
@@ -8,7 +8,7 @@
8
* https://github.com/twada/espowerify/blob/master/MIT-LICENSE.txt
9
*/
10
var through = require('through'),
11
- espowerSourceToSource = require('espower-source');
+ espowerSource = require('espower-source');
12
13
/**
14
* Apply espower through the browserify transform chain.
@@ -28,7 +28,7 @@ function espowerify(filepath, options) {
28
}
29
30
function end() {
31
- stream.queue(espowerSourceToSource(data, filepath, options));
+ stream.queue(espowerSource(data, filepath, options));
32
stream.queue(null);
33
34
0 commit comments