You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why is the dependency on the Simple Auth library not specified in the package.json?
I just did npm install --save-dev ember-cli-simple-auth-token and I expected it to pull in the necessary libraries, but after running ember build I noticed it didn't :P
The text was updated successfully, but these errors were encountered:
@locks thanks for reporting this, I'll try and get to it today. I'm in the process of rewriting how this is packaged using ember addon <addon-name> and getting some tests done.
Why is the dependency on the Simple Auth library not specified in the
package.json
?I just did
npm install --save-dev ember-cli-simple-auth-token
and I expected it to pull in the necessary libraries, but after runningember build
I noticed it didn't :PThe text was updated successfully, but these errors were encountered: