eslint-formatter-summary
eslint-formatter-summary copied to clipboard
Move `np` to devDependencies
The np dependency is only used in the release scripts and should not be marked as an optional runtime dependency.
Having np be installed as an optional runtime dependency is causing
warnings on npm and yarn installation of the eslint-formatter-summary
package due to issues in the dependencies of np such as security
vulnerabilities and warnings about the engines
block defined by np.
This resolves #36
Coverage remained the same at 100.0% when pulling 55ad451475085ee3d94ab49ff5b6ebfcf6fb51f8 on tlusk:feature-np-devdependency into 2f7bc3cc3f00753f0d2e8d686695811b3af79ef5 on mhipszki:master.
Hi, could we get this merged? It fixes https://github.com/mhipszki/eslint-formatter-summary/issues/38