mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
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.
accounts-github
Source code of released version | Source code of development version
A login service for GitHub. See the project page on Meteor Accounts for more details.