Upgrade meteor-babel to 0.8.3.

This commit is contained in:
Ben Newman
2016-03-18 14:59:35 -04:00
parent 7e9cc4756e
commit 46a2ba5abf
2 changed files with 339 additions and 258 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -6,11 +6,11 @@ Package.describe({
// isn't possible because you can't publish a non-recommended
// release with package versions that don't have a pre-release
// identifier at the end (eg, -dev)
version: '6.5.1-rc.2'
version: '6.5.2-rc.2'
});
Npm.depends({
'meteor-babel': '0.8.2'
'meteor-babel': '0.8.3'
});
Package.onUse(function (api) {