-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inconsistent sort order #5
Comments
Is this with npm2? I think npm3 sorts entries. |
No, I'm on npm version $ npm --version
3.8.1 |
I think sort order was what led to the creation of https://github.com/evocateur/shrinkwarp - adding sort order into |
Hmm, looks like that was made for npm 2, though. Do you not want sorting to be part of shonkwrap? |
I'm not against it, I just like how small it is at the moment. Sorting would require quite a bit more code I think. |
It is pretty concise. I might want to poke around with it a bit, and potentially tack on some additional functionality (e.g. Side note: I don't see a license file. Not sure what the procedure is on forking when one isn't present. |
The license is BSD-3, as noted in the package.json. If you manage to come up with an easy way to get things sorted, a PR would be ace. |
It appears to be OS dependent, but packages keep shifting back and forth within
npm-shrinkwrap.json
, e.g.:I suspect it has something to do with MacOS not being case sensitive. We also have people using Linux.
The text was updated successfully, but these errors were encountered: