Skip to content

Commit

Permalink
Bump to 14.5
Browse files Browse the repository at this point in the history
Actually use tilde semvers instead
  • Loading branch information
nicklasb committed Apr 21, 2016
1 parent 1620a37 commit 1b509ec
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": [
"angular-schema-form-dynamic-select.min.js"
],
"version": "0.14.4",
"version": "0.14.5",
"authors": [
"Cheng Zhu<[email protected]>",
"Stevehu",
Expand All @@ -31,10 +31,10 @@
"coverage"
],
"dependencies": {
"angular-schema-form": "^0.0",
"angular-strap": "^2.0",
"bootstrap": "^3.0",
"angular-ui-select": "^0.0"
"angular-schema-form": "^0",
"angular-strap": "^2",
"bootstrap": "^3",
"angular-ui-select": "^0"
},
"repository": {
"type": "git",
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-schema-form-dynamic-select",
"version": "0.14.4",
"version": "0.14.5",
"description": "Dynamic select add-on for angular schema form",
"scripts": {
"test": "rm -fr coverage && ./node_modules/karma/bin/karma start --single-run --browsers PhantomJS karma.conf.js"
Expand All @@ -23,19 +23,19 @@
],
"license": "MIT",
"dependencies": {
"angular-schema-form": "^0.0",
"angular-strap": "^2.0",
"bootstrap": "^3.0",
"angular-ui-select": "^0.0"
"angular-schema-form": "~0",
"angular-strap": "~2",
"bootstrap": "~3",
"angular-ui-select": "~0"
},
"main": "angular-schema-form-dynamic-select.js",
"repository": {
"type": "git",
"url": "https://github.com/OptimalBPM/angular-schema-form-dynamic-select.git"
},
"devDependencies": {
"angular-mocks": "^1.2",
"angular-translate": "^2.4.0",
"angular-mocks": ">= 1.2",
"angular-translate": ">= 2.4.0",
"chai": "^1.9.0",
"coveralls": "^2.11.0",
"gulp": "^3.5.6",
Expand Down

0 comments on commit 1b509ec

Please sign in to comment.