10 Commits

Author SHA1 Message Date
Frank Schmid a9e959b237 Added missing file 2018-05-03 13:09:21 +02:00
Frank Schmid b379de95f8 Utils unit tests
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
2018-04-25 18:05:37 +02:00
Frank Schmid b43a75734d Unit tests for --no-build 2018-03-13 19:17:46 +01:00
Frank Schmid 9a50941457 Added unit tests for file references 2017-11-17 12:14:48 +01:00
Frank Schmid 9ec14bf441 Use new fs-extra mock in validate tests 2017-11-16 13:17:19 +01:00
Frank Schmid 85b60bfde5 Use package-lock.json to install packages if there is one available. (#246)
* Use package-lock.json to install packages if there is one available.

* Pre-create composite package.json to use lock accordingly

* Fixed unit tests

* Increase coverage
2017-10-03 15:36:27 +02:00
Frank Schmid 60680f4fd5 Added forceInclude setting to add dynamically required modules explicitly (#226)
* Added forceInclude setting to add dynamically required modules explicitly

* Added unit tests for forced includes

* Document forceInclude in README
2017-09-19 12:47:56 +02:00
Frank Schmid 269609e731 Support transient dependencies when bundling (whitelisting) node modules 2017-08-09 18:12:59 +02:00
Frank Schmid 017cb2060a Added unit tests for packExternalModules.js. Support scoped packages. 2017-08-05 12:38:59 +02:00
Frank Schmid 007a925e4b Added unit tests for packageModules 2017-08-01 22:00:55 +02:00