Open amitaibu opened 8 years ago
npm seems to be locked already
Bower seems to be locked as well besides the angular resolution, I'll open a PR for that. The minor version is not locked for some of the packages, should we lock that too? As I know, minor versions don't make any big change.
No, it's not locked. It should have the explicit version. Minor version changes might still break stuff - as there is no api gurantee like in elm. On Feb 9, 2016 1:16 AM, "ordavidil" notifications@github.com wrote:
Bower seems to be locked https://github.com/Gizra/generator-hedley/blob/master/app/templates/client/bower.json as well besides the angular resolution, I'll open a PR for that. The minor version is not locked for some of the packages, should we lock that too? As I know, minor versions don't make any big change.
— Reply to this email directly or view it on GitHub https://github.com/Gizra/generator-hedley/issues/82#issuecomment-181615536 .
Find the installed npm versions -- http://stackoverflow.com/a/16704412/750039
For bower
bower list
seems to do the work as-well, but slightly harder to read