1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2024-12-26 17:57:43 +00:00
Sonarr/gulp/pipelines/gulp-bom.js
2014-08-28 14:40:18 -07:00

4 lines
No EOL
105 B
JavaScript

var replace = require('gulp-replace');
module.exports = function() {
return replace(/^\uFEFF/, '');
};