Skip to content

Commit 1620a37

Browse files
committed
Bump to 14.4
Use tilde semvers instead
1 parent 441de4e commit 1620a37

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

bower.json

Lines changed: 5 additions & 5 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.14.3",
7+
"version": "0.14.4",
88
"authors": [
99
"Cheng Zhu<[email protected]>",
1010
"Stevehu",
@@ -31,10 +31,10 @@
3131
"coverage"
3232
],
3333
"dependencies": {
34-
"angular-schema-form": ">= 0.8.0",
35-
"angular-strap": ">= 2.2.2",
36-
"bootstrap": "^3.2.0",
37-
"angular-ui-select": "^0.12.0"
34+
"angular-schema-form": "^0.0",
35+
"angular-strap": "^2.0",
36+
"bootstrap": "^3.0",
37+
"angular-ui-select": "^0.0"
3838
},
3939
"repository": {
4040
"type": "git",

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-schema-form-dynamic-select",
3-
"version": "0.14.3",
3+
"version": "0.14.4",
44
"description": "Dynamic 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"
@@ -23,19 +23,19 @@
2323
],
2424
"license": "MIT",
2525
"dependencies": {
26-
"angular-schema-form": ">= 0.8.0",
27-
"angular-strap": ">= 2.2.2",
28-
"bootstrap": "^3.2.0",
29-
"angular-ui-select": "^0.14.0"
26+
"angular-schema-form": "^0.0",
27+
"angular-strap": "^2.0",
28+
"bootstrap": "^3.0",
29+
"angular-ui-select": "^0.0"
3030
},
3131
"main": "angular-schema-form-dynamic-select.js",
3232
"repository": {
3333
"type": "git",
3434
"url": "https://github.com/OptimalBPM/angular-schema-form-dynamic-select.git"
3535
},
3636
"devDependencies": {
37-
"angular-mocks": ">= 1.2",
38-
"angular-translate": ">= 2.4.0",
37+
"angular-mocks": "^1.2",
38+
"angular-translate": "^2.4.0",
3939
"chai": "^1.9.0",
4040
"coveralls": "^2.11.0",
4141
"gulp": "^3.5.6",

0 commit comments

Comments
 (0)