LeoIannacone / npm2deb

tool to help debianize Node.js modules
GNU General Public License v3.0
46 stars 34 forks source link

Make npm2deb create work with npm 6 #113

Closed stultus closed 6 years ago

stultus commented 6 years ago

In npm version > 6, npm pack command returns multiple lines of data, in which the last line is the package name. Using that should fix the error while using npm2deb with all the current & previous versions of npm

Fixes #112

stultus commented 6 years ago

@pravi

shanavas786 commented 6 years ago

LGTM, @pravi can you confirm ?

pravi commented 6 years ago

Tested ok. :+1: