arloliu / copy-node-modules

Fast deploy Node.js modules from local source folder to distination folder
26 stars 14 forks source link

dstDir not updated when package version doesn't match #6

Open TicoDePano opened 6 years ago

TicoDePano commented 6 years ago

When a module is updated with a new version in package.json, the dstDir isn't updated.

Should be possible to update the module in dstDir to match the updated module in package.json?