Skip to content

Commit

Permalink
Fix Bower semver ranges (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeoneToIgnore authored and Limon Monte committed Jul 12, 2018
1 parent 21dd7f6 commit f8d678e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
],
"dependencies": {
"polymer": "^2.0.0",
"vaadin-control-state-mixin": "vaadin/vaadin-control-state-mixin#^2.1.0",
"vaadin-control-state-mixin": "vaadin/vaadin-control-state-mixin#^2.1.0-alpha2",
"vaadin-themable-mixin": "vaadin/vaadin-themable-mixin#^1.2.0",
"vaadin-lumo-styles": "vaadin/vaadin-lumo-styles#^1.1.0",
"vaadin-material-styles": "vaadin/vaadin-material-styles#^1.1.0",
"vaadin-lumo-styles": "vaadin/vaadin-lumo-styles#^1.1.0-alpha3",
"vaadin-material-styles": "vaadin/vaadin-material-styles#^1.1.0-alpha2",
"vaadin-element-mixin": "vaadin/vaadin-element-mixin#^1.1.0"
},
"devDependencies": {
Expand All @@ -36,7 +36,7 @@
"iron-test-helpers": "^2.0.0",
"webcomponentsjs": "^1.0.1",
"web-component-tester": "^6.1.5",
"vaadin-demo-helpers": "vaadin/vaadin-demo-helpers#^2.0.0",
"vaadin-demo-helpers": "vaadin/vaadin-demo-helpers#^2.0.0-alpha2",
"iron-form": "^2.0.1",
"vaadin-button": "^2.0.1"
}
Expand Down

0 comments on commit f8d678e

Please sign in to comment.