Skip to content

Commit

Permalink
Do not depend on p3-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
manolo committed Jun 20, 2018
1 parent 5048458 commit 3ae4e9a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@
"dependencies": {
"polymer": "^2.0.0",
"iron-resizable-behavior": "^2.0.0",
"vaadin-themable-mixin": "vaadin/vaadin-themable-mixin#p3-preview",
"vaadin-lumo-styles": "vaadin/vaadin-lumo-styles#p3-preview",
"vaadin-material-styles": "vaadin/vaadin-material-styles#^1.0.0",
"vaadin-element-mixin": "vaadin/vaadin-element-mixin#p3-preview"
"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-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#p3-preview"
"vaadin-demo-helpers": "vaadin/vaadin-demo-helpers#^2.0.0"
}
}

0 comments on commit 3ae4e9a

Please sign in to comment.