dschmidt / ember-cli-deploy-sentry

An ember-cli-deploy-plugin to upload javascript sourcemaps to Sentry
MIT License
42 stars 51 forks source link

Replaced Promise.all with RSVP.all, Promise with RSVP.Promise #35

Closed begedin closed 7 years ago

begedin commented 7 years ago

Fixes deprecation in #34

dschmidt commented 7 years ago

Will the rsvp module be automatically found in any case for every user? Shouldn't we add it as explicit dependency to package.json?

dschmidt commented 7 years ago

Ah, we already have that. Nvm then. Thanks!