cgross / generator-cg-angular

Yeoman generator for Enterprise Angular projects.
MIT License
592 stars 198 forks source link

Sort package.json dependencies #74

Closed LegalizeAdulthood closed 10 years ago

LegalizeAdulthood commented 10 years ago

Sort the dependencies so that when you add a new dependency for grunt (e.g. grunt-connect-proxy) with npm install --save, it doesn't result in a bunch of changes unrelated to adding the new dependency.

adnasa commented 10 years ago

@LegalizeAdulthood this does relate to #72, no? :+1: While we're at this, would we want to update the packages into the latest stable. Packages in package.json are old.

good work!

LegalizeAdulthood commented 10 years ago

Yes, it's related. To keep diff churn low, every time package.json is updated, it should be sorted.

This changeset only does the sorting. If I were Chris, I'd take the sort first and then have pull request #72 rebased on the sorted package.json.