Upgrade babel-compiler npm dependency meteor-babel to v0.7.1.

This commit is contained in:
Ben Newman
2016-02-04 17:20:33 -05:00
parent 9303c0baab
commit ea5ac99593
2 changed files with 222 additions and 1759 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -10,7 +10,7 @@ Package.describe({
});
Npm.depends({
'meteor-babel': '0.6.6'
'meteor-babel': '0.7.1'
});
Package.onUse(function (api) {