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

restore aws4 as regular dependency #2041

Merged
merged 1 commit into from Jan 27, 2016
Merged

restore aws4 as regular dependency #2041

merged 1 commit into from Jan 27, 2016

Conversation

rmg
Copy link
Contributor

@rmg rmg commented Jan 27, 2016

It was moved in #2036 as a devDependency, but is still used in
request.js

This should fix #2040.

It was moved in request#2036 as a devDependency, but is still used in
request.js

This should fix request#2040.
mikeal added a commit that referenced this pull request Jan 27, 2016
restore aws4 as regular dependency
@mikeal mikeal merged commit c54be10 into request:master Jan 27, 2016
@mikeal
Copy link
Member

mikeal commented Jan 27, 2016

released v2.69.0.

@rmg
Copy link
Contributor Author

rmg commented Jan 27, 2016

@mikeal thanks, verified. 👍

@rmg rmg deleted the fix-aws4-dep branch January 27, 2016 19:21
@simov
Copy link
Member

simov commented Jan 27, 2016

Oh, wow, guess who's not using browserify .. also used during runtime and detected during parsing the file as a string are two completely different things. Point taken - never trust browserify :)

Also I was thinking about adding it as peerDep but I wasn't sure about the warning, otherwise not installing it (if npm3 is used) is what I want. As for the optionalDep that's completely useless in my case because the dep is still being installed.

@mikeal
Copy link
Member

mikeal commented Jan 27, 2016

we should never use peerDeps, they are a giant mistake :)

@simov
Copy link
Member

simov commented Jan 27, 2016

Well installing them automatically is a mistake I agree. Warnings shouldn't break the build though.

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.

Breaking Change in v2.68.0 w/ Browserify
3 participants