Generic thenable check added to identify if the webpack config
is a Promise or not.
new Promise anti-pattern avoided.
README updated.
New functionality added to highlights, recent changes and release note.
Added additional test to check correctness when passing
wrong then object in config.
Enhance error message
Removed deprecated option from README
Convert all outstanding changes (yarn and package)
Adjusted NPM unit tests
Use spawn in any npm commands
Use spawn instead of exec
Fix unit test description
Do not swallow errors in case npm ls fails without a proper stdout
Unit tests
Added unit tests for copy modules packager flag
npm must copy modules
Fixed unit tests
Yarn does not need to copy modules to be fast
Install/prune unit tests. Fixed typo.
Copy lock file only if it can be read. AAdjust unit tests.
Copy lock file into function directories
Only stringify JSON or YML lock files
Fixed unit tests
Add basic Yarn functionality
Added webpack state variable paragraph to readme
Added unit test for isLocal default value
Add new webpack lib object that contains states relevant for the config.
Extended pack external unit tests
Added unit tests for npm packager
Adapted unit tests
Exclude test.js files from nyc statistics
Added unit test for packager factory
Extract optional lock file adaption
Fixed ESLint
ESLint fixes
Moved npm to a separate packager class.