As a Developer I do not want to update all imports (e.g. within index.html, karma.config.js,..) of angular2-modal when updating the library
Current situation:
updating version of angular2-modal
testing/commiting
resulting artifact of build server produces errors as all node_modules are cleared before building and no old version of angular2-modal is available but referenced within index.html or karma.config.js
As a Developer I do not want to update all imports (e.g. within index.html, karma.config.js,..) of angular2-modal when updating the library
Current situation: