This repository was archived by the owner on Sep 16, 2021. It is now read-only.
Commit 19c1a15
authored
Remove npm-shrinkwrap file (#42)
* 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.1 parent 678ed6b commit 19c1a15
2 files changed
+0
-712
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | 3 | | |
6 | 4 | | |
7 | 5 | | |
| |||
14 | 12 | | |
15 | 13 | | |
16 | 14 | | |
17 | | - | |
18 | 15 | | |
19 | 16 | | |
20 | 17 | | |
0 commit comments