rename runtimeES3 transformer to es3.runtime

This commit is contained in:
Sebastian McKenzie
2015-03-31 02:34:32 +11:00
parent 153e81261c
commit 6bc2bfce7d
8 changed files with 8 additions and 7 deletions

View File

@@ -40,7 +40,7 @@ function writeRootFile(filename, content) {
}
function doVersion(version) {
var transformer = "runtime" + version.toUpperCase();
var transformer = version + ".runtime";
function writeFile(filename, content) {
return writeRootFile(version + "/" + filename, content);