Skip to content

Commit

Permalink
remove babel to fix #197 #253
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbutler committed Jan 4, 2017
1 parent 1e1b6e4 commit 7520ac1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 4 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.5.5 / 2017-1-4
==================
* use default meteor es6 support (remove babel)

1.5.4 / 2017-1-4
==================
* fibers fixes
Expand Down
5 changes: 0 additions & 5 deletions lib/commands/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,6 @@ Command.create({
self.installMeteorPackage('scottmcpherson:orbit', {cwd: appDirectory});
}

if ('js' in opts && opts['js'].toLowerCase() === 'es6') {
// install the Babel package for Meteor.
self.installMeteorPackage('grigio:babel', {cwd: appDirectory});
}

return true;
});
});
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iron-meteor",
"version": "1.5.4",
"version": "1.5.5",
"description": "A command line tool for scaffolding Meteor applications.",
"homepage": "https://github.com/iron-meteor/iron-cli",
"bugs": {
Expand All @@ -15,7 +15,6 @@
"dependencies": {
"cli-color": "0.2.3",
"cli-table": "0.3.0",
"delete": "^0.3.0",
"ejs": "0.8.5",
"fibers": "1.0.15",
"minimist": "0.0.8",
Expand Down

0 comments on commit 7520ac1

Please sign in to comment.