From 0da3b6c473658f6356a057863ae052d6ba72ae82 Mon Sep 17 00:00:00 2001 From: Dmitri Akatov Date: Thu, 18 Jul 2013 17:40:59 -0700 Subject: [PATCH] bump angular-bootstrap --- bower.json | 47 ++++++++++++++++++++++++----------------------- 1 file changed, 24 insertions(+), 23 deletions(-) diff --git a/bower.json b/bower.json index 3083ec1..6ed2985 100644 --- a/bower.json +++ b/bower.json @@ -1,25 +1,26 @@ -{ "name": "angular-contenteditable" -, "version": "0.3.0" -, "main": "angular-contenteditable.js" -, "ignore": - [ ".*" - , "README.md" - , "Gruntfile.coffee" - , "package.json" - , "components" - , "node_modules" - , "src" - , "test" - ] -, "dependencies": - { "angular-unstable": "~1.1.5" - } -, "devDependencies": - { "angular-mocks": "~1.0.5" - , "angular-scenario": "~1.0.5" - , "angular-bootstrap": "~0.3.0" - , "expect": "~0.2.0" - , "jquery": "~2.0.2" - , "bootstrap-css": "~2.3.2" +{ + "name": "angular-contenteditable", + "version": "0.3.0", + "main": "angular-contenteditable.js", + "ignore": [ + ".*", + "README.md", + "Gruntfile.coffee", + "package.json", + "components", + "node_modules", + "src", + "test" + ], + "dependencies": { + "angular-unstable": "~1.1.5" + }, + "devDependencies": { + "angular-mocks": "~1.0.5", + "angular-scenario": "~1.0.5", + "expect": "~0.2.0", + "jquery": "~2.0.2", + "bootstrap-css": "~2.3.2", + "angular-bootstrap": "~0.4.0" } }