Skip to content

Commit b3456d2

Browse files
committed
Fix bug #13: Require angular-strap 2.2.2
1 parent 3f17379 commit b3456d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": [
55
"angular-schema-form-dynamic-select.min.js"
66
],
7-
"version": "0.8.2",
7+
"version": "0.8.3",
88
"authors": [
99
"Cheng Zhu<[email protected]>",
1010
"Stevehu",
@@ -31,7 +31,7 @@
3131
"coverage"
3232
],
3333
"dependencies": {
34-
"angular-strap": "> 2.2.0",
34+
"angular-strap": ">= 2.2.2",
3535
"bootstrap": "^3.2.0"
3636
},
3737
"devDependencies": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-schema-form-dynamic-select",
3-
"version": "0.8.2",
3+
"version": "0.8.3",
44
"description": "Bootstrap dynamic strap select add-on for angular schema form",
55
"scripts": {
66
"test": "rm -fr coverage && ./node_modules/karma/bin/karma start --single-run --browsers PhantomJS karma.conf.js"

0 commit comments

Comments
 (0)