Fix sync: make copyAndReplace.js consistent with internal repo

This commit is contained in:
Martin Konicek 2015-10-26 22:33:54 +00:00
parent ad69f52617
commit 24537e3726
1 changed files with 1 additions and 0 deletions

View File

@ -27,3 +27,4 @@ function copyAndReplace(src, dest, replacements) {
}
module.exports = copyAndReplace;