mainmatter / ember-cli-simple-auth-torii

Ember CLI Addon for the Ember Simple Auth Torii package
https://github.com/simplabs/ember-simple-auth/tree/master/packages/ember-simple-auth-torii
MIT License
7 stars 11 forks source link

Update torii dependency to latest version #11

Closed marcoow closed 9 years ago

marcoow commented 9 years ago

see #10

Frozenfire92 commented 9 years ago

I'm going to tackle this one

dbachet commented 9 years ago

Hi, as I understand, currently I need to use the master branch of ember-cli-simple-auth-torii to have torii to the latest version as a dependency.

I followed https://github.com/ember-cli/ember-cli#working-with-master to use master branch for an addon.

So I did clone ember-cli-simple-auth-torii and npm link + npm link ember-cli-simple-auth-torii. But when I npm ls|grep -i torii I'm still getting

├─┬ ember-cli-simple-auth-torii@0.7.3
│ └── torii@0.1.3

There should be 0.3.2, isn't it?

Anyone would be able to help me?

Thx

marcoow commented 9 years ago

You don't need to clone and npm link - you can install the addon directly from github:

"ember-cli-simple-auth-torii": "simplabs/ember-cli-simple-auth-torii#master",
dbachet commented 9 years ago

@marcoow Thx a lot!

Now I am redirected to this issue https://github.com/simplabs/ember-cli-simple-auth-torii/issues/10 which redirects to torii issue https://github.com/Vestorly/torii/issues/156

I will keep checking those. Thx again!