heartsucker / node-deb

Debian packaging for Node.js projects
https://www.npmjs.com/package/node-deb
MIT License
206 stars 54 forks source link

Add support for package-lock.json #75

Closed gigafied closed 7 years ago

gigafied commented 7 years ago

This should not affect install strategy, in NPM 5, package-lock.json is treated very much the same way as npm-shrinkwrap.json

gigafied commented 7 years ago

I rebased this on top of my other PR to make merging easier. I can exclude those commits if preferred though.

gigafied commented 7 years ago

Fixed, although I did make the assumption you'll be publishing the next release as 0.10.0: https://github.com/heartsucker/node-deb/pull/75/commits/0162b93fb470a05d615fdd0238ee71e291999edc#diff-0a2163b9c68b769b2eb6b4dca0e0f561R749

heartsucker commented 7 years ago

Merging even though the build failed (because I didn't push the images from the last merge up to dockerhub).

Thanks again @gigafied

gigafied commented 7 years ago

👍