generate-package-json-webpack-plugin
generate-package-json-webpack-plugin copied to clipboard
Switched order of additionalDependencies to allow overriding
Generally using runtime dependencies is a good strategy. Unfortunately I have a single package for which I use a github repo as the version specified. In order for the package to be installed I need to override this single dependency.
Prior to my commit it was not possible.