Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Remove npm-shrinkwrap file #42

Merged
merged 2 commits into from
Jun 14, 2016
Merged

Remove npm-shrinkwrap file #42

merged 2 commits into from
Jun 14, 2016

Conversation

dblandin
Copy link
Contributor

@dblandin dblandin commented Jun 14, 2016

Including the npm-shrinkwrap.json file causes an npm error 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.

@codeclimate/review 🔎

dblandin added 2 commits June 14, 2016 11:49
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
We removed the `npm-shrinkwrap.json` file so this engine is no longer
appropriate.
@ABaldwinHunter
Copy link
Contributor

@dblandin I'm curious about whether the mismatch between the shrinkwrap and package.json files could be the culprit here. WDYT about cutting the shrinkwrap down, as in: https://github.com/codeclimate/javascript-test-reporter/compare/abh-update-shrinkwrap?expand=1

@dblandin
Copy link
Contributor Author

@dblandin I'm curious about whether the mismatch between the shrinkwrap and package.json files could be the culprit here. WDYT about cutting the shrinkwrap down, as in: https://github.com/codeclimate/javascript-test-reporter/compare/abh-update-shrinkwrap?expand=1

While that will technically work, what you propose is practically equivalent to removing the file entirely. An empty npm-shrinkwrap.json file doesn't give us any value.

@ABaldwinHunter
Copy link
Contributor

Okay. 👍 fine with removing

@dblandin dblandin merged commit 19c1a15 into master Jun 14, 2016
@dblandin dblandin deleted the devon/remove-shrinkwrap branch June 14, 2016 19:38
@dblandin dblandin mentioned this pull request Jun 14, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants