The presence of the peer dependency is currently causing issues with the installation of paypal/glamorous. On npm 2, it leads to an extraneous dependency error and similarly can lead to a missing peer dependency error.
Would it make sense to remove the peer dependency?
html-element-attributes
is currently listed as both a peer and regular dependency in package.json. Is this by design?The presence of the peer dependency is currently causing issues with the installation of paypal/glamorous. On npm 2, it leads to an extraneous dependency error and similarly can lead to a missing peer dependency error.
Would it make sense to remove the peer dependency?