diff --git a/AUTHORS b/AUTHORS index 7b4ab142d3..26869e7828 100644 --- a/AUTHORS +++ b/AUTHORS @@ -15,3 +15,4 @@ Jeff Dyer Till Schneidereit Jet Villegas Claus Wahlers +ExE Boss diff --git a/utils/update-flash-refs.js b/utils/update-flash-refs.js index 0d794d10b5..7b2b8e0e4a 100644 --- a/utils/update-flash-refs.js +++ b/utils/update-flash-refs.js @@ -191,7 +191,7 @@ function packageRefs(includes, output, license) { '\n'; }); var content = '', included = {}; - refs.split('\n').forEach(function (entry) { + refs.split(/\r\n|\r|\n/).forEach(function (entry) { if (entry.trim() === '') { return; }