shipshapecode / ember-cli-release

Ember CLI addon for versioned release management
MIT License
90 stars 18 forks source link

Take into account package-lock.json/support npm 5 #64

Open steffansluis opened 7 years ago

steffansluis commented 7 years ago

The release command doesn't seem to take into account the package-lock.json introduced by npm 5. Running npm install after running ember release causes the package-lock.json to update with the newly released version. This should handled by the ember-cli-release in some way.