bootstrap-show-modal
Advanced tools
Comparing version 6.0.7 to 6.0.8
{ | ||
"name": "bootstrap-show-modal", | ||
"version": "6.0.7", | ||
"version": "6.0.8", | ||
"description": "bootstrap plugin to create modals in pure JavaScript, without jQuery", | ||
"main": "src/bootstrap-show-modal.js", | ||
"browser": "index.html", | ||
"scripts": { | ||
@@ -7,0 +7,0 @@ "test": "echo \"Error: no test specified\" && exit 1" |
@@ -19,3 +19,3 @@ # bootstrap-show-modal | ||
Or just download this repository and include `src/bootstrap-show-modal.js`. | ||
Or just download this repository and include `src/ShowModal.js`. | ||
@@ -88,3 +88,3 @@ ## Usage | ||
```bash | ||
uglifyjs bootstrap-show-modal.js --compress --mangle > bootstrap-show-modal.min.js | ||
uglifyjs ShowModal.js --compress --mangle > ShowModal.min.js | ||
``` | ||
@@ -91,0 +91,0 @@ |
36461