Skip to content

Commit

Permalink
Install the ecmascript package by default for all new apps.
Browse files Browse the repository at this point in the history
It's tempting to rewrite the skeletal .js file using ES2015+ syntax, but
that would effectively prevent the ecmascript package from being removed.
  • Loading branch information
Ben Newman committed Jul 16, 2015
1 parent 095ded4 commit 9088eb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/skel/.meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ meteor-platform
standard-minifiers # JS/CSS minifiers run for production mode
autopublish # publishes all data to the clients for prototyping
insecure # allows all DB writes from clients for prototyping
ecmascript # allows ECMAScript2015+ syntax by default

0 comments on commit 9088eb2

Please sign in to comment.