Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

Commit

Permalink
source -> text
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Feb 23, 2016
1 parent e2c4bd1 commit f29e847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ exports.translate = function(load) {
}

load.metadata.format = 'esm';
return 'export default "' + source + '";';
return 'export default "' + text + '";';
}

0 comments on commit f29e847

Please sign in to comment.