mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
If an indirect dependency resolves to something other than a semver (or a GitHub tarball), it will be stored in the 'resolved'. Our shrinkwrap minifier (which helps to reduce spurious shrinkwrap file changes) needs to recognize that. Also, consistently use the "version" field in the minified shrinkwrap file (which a comment already claimed we could do). Fixes #1684.