I was going to continue using YARN 2+ (https://github.com/ravangen/graphql-rate-limit/pull/282), but working with peer dependencies is annoying for library local development/test as they do not get installed alongside dev dependencies. As a result, I'm switching back to NPM which does install both dev and peer dependencies with npm install.
I was going to continue using YARN 2+ (https://github.com/ravangen/graphql-rate-limit/pull/282), but working with peer dependencies is annoying for library local development/test as they do not get installed alongside dev dependencies. As a result, I'm switching back to NPM which does install both dev and peer dependencies with
npm install
.Resolves https://github.com/ravangen/graphql-rate-limit/issues/281 by switching
dependencies
topeerDependencies