You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 16, 2021. It is now read-only.
* Remove npm-shrinkwrap file
Including the `npm-shrinkwrap.json` file [causes an npm error][issue] for users
installing the `codeclimate-test-reporter` package on Node `4`.
Since shrinkwrap-ing doesn't provide much value in the context of a published
package, this commit simply removes the file.
[issue]: #41
* Disable nodesecurity engine from CC analysis
We removed the `npm-shrinkwrap.json` file so this engine is no longer
appropriate.
0 commit comments