Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent loading angular multiple times with webpack #127

Merged
merged 3 commits into from
Jan 24, 2018
Merged

Prevent loading angular multiple times with webpack #127

merged 3 commits into from
Jan 24, 2018

Conversation

erhardos
Copy link
Contributor

@erhardos erhardos commented Jan 4, 2018

Dependencies were unlocked and moved to devDependencies, fixes #123
Update browserify fixes #126
Also fixes tests to work with newest Chrome version.

@ruipenso ruipenso self-requested a review January 4, 2018 15:03
@ruipenso
Copy link
Member

ruipenso commented Jan 4, 2018

Thanks @erhardos. I'll take a look ASAP.

"angular-mocks": "1.5.9",
"browserify": "^14.5.0",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you need to add browserify?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found out why you needed to add this dependency.

"should": "^4.6.0",
"sinon": "^1.17.3",
"watchify": "^3.9.0",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as browserify dependency

@pgom pgom merged commit f3904d2 into oauthjs:master Jan 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

'npm install' is broken Warning: Tried to load angular more than once.
3 participants