From 8133810568edf210f1475628cfad5b4011800b81 Mon Sep 17 00:00:00 2001 From: Boniface Pereira Date: Wed, 1 Mar 2017 11:38:30 +0530 Subject: [PATCH] update bower, v1.0.1 --- README.md | 2 +- animations.html | 2 +- bower.json | 7 +++++-- css/angular-confirm.css | 2 +- css/angular-confirm.less | 2 +- dist/angular-confirm.min.css | 2 +- dist/angular-confirm.min.js | 2 +- index.html | 4 ++-- js/angular-confirm.js | 2 +- package.json | 2 +- themes.html | 2 +- 11 files changed, 16 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 1a55cd7..c7db6d7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ### ![jquery-confirm](https://raw.githubusercontent.com/craftpip/angular-confirm/master/angular-confirm.png "jquery-confirm") *alerts, confirms and dialogs in* ***one.*** -v1.0.0 +v1.0.1 Angular-confirm targets to make it really easy to use confirm dialogs with angular. With angular-confirm you can harness the angular two-way data binding to update the content as well as make changes to the model in runtime. diff --git a/animations.html b/animations.html index b295865..2e167c5 100644 --- a/animations.html +++ b/animations.html @@ -59,7 +59,7 @@ href="demo/demo.css"> diff --git a/bower.json b/bower.json index e714078..de75704 100644 --- a/bower.json +++ b/bower.json @@ -1,12 +1,15 @@ { "name": "angular-confirm", - "version": "1.0.0", + "version": "1.0.1", "homepage": "https://github.com/craftpip/angular-confirm", "authors": [ "boniface pereira " ], "description": "A multipurpose alert and confirm plugin", - "main": "dist/angular-confirm.min.js", + "main": [ + "css/angular-confirm.css", + "js/angular-confirm.js" + ], "keywords": [ "angular-plugin", "javascript", diff --git a/css/angular-confirm.css b/css/angular-confirm.css index e36b2ef..e37d6a1 100644 --- a/css/angular-confirm.css +++ b/css/angular-confirm.css @@ -1,5 +1,5 @@ /*! - * angular-confirm v1.0.0 (http://craftpip.github.io/angular-confirm/) + * angular-confirm v1.0.1 (http://craftpip.github.io/angular-confirm/) * Author: boniface pereira * Website: www.craftpip.com * Contact: hey@craftpip.com diff --git a/css/angular-confirm.less b/css/angular-confirm.less index a4b1d12..a4360aa 100644 --- a/css/angular-confirm.less +++ b/css/angular-confirm.less @@ -1,5 +1,5 @@ /*! - * angular-confirm v1.0.0 (http://craftpip.github.io/angular-confirm/) + * angular-confirm v1.0.1 (http://craftpip.github.io/angular-confirm/) * Author: boniface pereira * Website: www.craftpip.com * Contact: hey@craftpip.com diff --git a/dist/angular-confirm.min.css b/dist/angular-confirm.min.css index 72f8711..b6676f2 100644 --- a/dist/angular-confirm.min.css +++ b/dist/angular-confirm.min.css @@ -1,5 +1,5 @@ /*! - * angular-confirm v1.0.0 (http://craftpip.github.io/angular-confirm/) + * angular-confirm v1.0.1 (http://craftpip.github.io/angular-confirm/) * Author: boniface pereira * Website: www.craftpip.com * Contact: hey@craftpip.com diff --git a/dist/angular-confirm.min.js b/dist/angular-confirm.min.js index 189db18..fe5c837 100644 --- a/dist/angular-confirm.min.js +++ b/dist/angular-confirm.min.js @@ -1,5 +1,5 @@ /*! - * angular-confirm v1.0.0 (http://craftpip.github.io/angular-confirm/) + * angular-confirm v1.0.1 (http://craftpip.github.io/angular-confirm/) * Author: Boniface Pereira * Website: www.craftpip.com * Contact: hey@craftpip.com diff --git a/index.html b/index.html index c268f9b..58f9e3a 100644 --- a/index.html +++ b/index.html @@ -59,7 +59,7 @@ href="demo/demo.css"> @@ -146,7 +146,7 @@