Files
meteor/packages
Hugh Willson da67406b89 Add missing ecmascript dependency to accounts-* packages (#9507)
All external service `accounts-*` packages (`accounts-facebook`,
`accounts-github`, etc.) are currently using ES2015 syntax, but
do not explicitly declare a dependency on the `ecmascript`
package. This means the ES2015 syntax being used is not
transpiled by Meteor, and can lead to issues like #9506.
Since `accounts-base` and `accounts-password` both already
have `ecmascript` as a dependency, this PR adds an `ecmascript`
dependency to all external service `accounts-*` packages.

Fixes #9506.
2018-01-03 10:33:45 -05:00
..
2017-12-14 09:47:02 -05:00
2016-08-30 15:40:14 -07:00
2017-04-07 18:50:17 +03:00
2017-11-24 11:34:56 -05:00
2017-11-14 14:10:05 -05:00
2017-12-14 09:47:02 -05:00