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

Issue importing in Ember 2.4.3 (ember-cli) #23

Closed lcpriest closed 8 years ago

lcpriest commented 8 years ago

Could not find module``ember-oauth2``imported from 'my-app/oauth2/service'

bower.json

{
  "name": "myApp",
  "dependencies": {
    "ember": "~2.4.3",
    "ember-cli-shims": "0.1.1",
    "ember-cli-test-loader": "0.2.2",
    "ember-qunit-notifications": "0.1.0",
    "ember-simple-auth": "0.8.0",
    "Faker": "~3.0.0",
    "font-awesome": "~4.5.0",
    "lodash": "~3.7.0",
    "pretender": "~0.10.1",
    "sinonjs": "^1.17.1",
    "ember-oauth2": "https://github.com/amkirwan/ember-oauth2.git"
  },
  "devDependencies": {
    "picnic": "~5.0.1",
    "ember-oauth2": "^1.1.0"
  },
  "resolutions": {
    "ember": "~2.4.3"
  }
}
lcpriest commented 8 years ago

Any recommendations @amkirwan ?

amkirwan commented 8 years ago

@lcpriest I'll look into it