From 1fc4f58a89a3fdd0ad0ff97bcf6fd9c137e950e6 Mon Sep 17 00:00:00 2001 From: kouts Date: Fri, 21 Dec 2018 17:38:02 +0200 Subject: [PATCH] Updated package.json, fixed minification, updated Bootstrap, bumped version. --- README.md | 2 +- demo/index.html | 9 +- dist/ractive-modal.js | 207 ++++++++++++++++++++++++++++++++++---- dist/ractive-modal.min.js | 10 +- package.json | 10 +- webpack.config.js | 2 +- webpack.config.old.js | 49 --------- 7 files changed, 203 insertions(+), 86 deletions(-) delete mode 100644 webpack.config.old.js diff --git a/README.md b/README.md index 0386904..32f1fa6 100644 --- a/README.md +++ b/README.md @@ -26,5 +26,5 @@ In order to start development: ```sh npm i -npm run dev +npm run watch ``` \ No newline at end of file diff --git a/demo/index.html b/demo/index.html index 3f18ab5..39b545d 100644 --- a/demo/index.html +++ b/demo/index.html @@ -8,8 +8,8 @@ ractive-modal demo page - - + + @@ -595,6 +595,11 @@
ractive-modal comes with integrated focus management - How it works

Changelog

+
version 0.3.2
+ +
version 0.3.1