shlomiassaf / ngx-modialog

Modal / Dialog for Angular
http://shlomiassaf.github.io/ngx-modialog
MIT License
686 stars 242 forks source link

remove version number from bundled js #63

Open brosenberger opened 8 years ago

brosenberger commented 8 years ago

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:

shlomiassaf commented 8 years ago

Can you provide an example, index.html file and package.json, I dont follow, sorry.

brosenberger commented 8 years ago

index.html: ` ...

... ...`

package.json: { ... "dependencies": { "angular2-modal": "0.1.4", ... } ... }