Skip to content

Commit

Permalink
Fix Bower semver ranges (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeoneToIgnore authored and limonte committed Jul 12, 2018
1 parent 60c8568 commit 57abed9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
"polymer": "^2.0.0",
"iron-resizable-behavior": "^2.0.0",
"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": {
"iron-component-page": "^3.0.0",
"iron-test-helpers": "^2.0.0",
"webcomponentsjs": "^1.0.0",
"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"
}
}

0 comments on commit 57abed9

Please sign in to comment.