add babel-browser package - fixes #2635, closes #2721

This commit is contained in:
Sebastian McKenzie
2015-11-03 10:43:43 +00:00
parent a7f35e39f8
commit 1e725f4806
7 changed files with 18 additions and 3 deletions

View File

@@ -100,6 +100,10 @@ function publish() {
throw new Error(chalk.red("No packages changed."));
}
if (changedPackages.indexOf("babel-browser") < 0) {
changedPackages.push("babel-browser");
}
//
changedPackages.forEach(function (name) {