amkirwan / ember-oauth2

JavaScript library for using OAuth 2.0 Implicit Grant flow (Client-Side Flow) with Ember.js
MIT License
133 stars 22 forks source link

Update NPM release to include devDependency -> dependency commits #32

Open aseiden opened 6 years ago

aseiden commented 6 years ago

Issue: The current release does not include the commits that moved "ember-cli-babel": "^5.1.6" from devDependencies to dependencies. That change addresses build/transpilation issues that prevent this package from being used.

Request: Add those commits to the current NPM release to fix the transpilation/build issues in the NPM release of this package.