Files
meteor/packages/accounts-github
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
..
2016-08-30 15:40:14 -07:00

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.