-
Notifications
You must be signed in to change notification settings - Fork 722
Sanitise dependencies #3798
Sanitise dependencies #3798
Conversation
"dependencies": { | ||
"composer-common": "0.19.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is not in devDependencies
like the other ones?
"dependencies": { | ||
"composer-common": "0.19.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is not in devDependencies like the other ones?
"dependencies": { | ||
"composer-common": "0.19.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is not in devDependencies like the other ones?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mbwhite could you look at the comments relating to a few packages missing composer-common
from devDependencies
? I guess I don't see why it's required for some packages but not others - might be a good reason for it though!
@sstone1 |
8158a53
to
e149806
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
This doesn't build @mbwhite! |
@sstone1 not yet no... |
103f89d
to
06aef7d
Compare
Signed-off-by: Matthew B White <whitemat@uk.ibm.com>
Signed-off-by: Matthew B White <whitemat@uk.ibm.com>
Signed-off-by: Matthew B White <whitemat@uk.ibm.com>
Signed-off-by: Matthew B White <whitemat@uk.ibm.com>
06aef7d
to
438f28a
Compare
Build works on my own travis org... https://travis-ci.org/mbwhite/composer/builds/371939672 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Peer dependencies sound awesome
Introduce peerDependencies for a number of core modules to reduce the size of them.
part resolves #3795