Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Merge pull request #29 from PolymerLabs/layout
Browse files Browse the repository at this point in the history
Update to iron-flex-layout
  • Loading branch information
nevir committed May 5, 2015
2 parents eb67bcc + 1eb2e2f commit 751ec45
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,11 @@
"devDependencies": {
"iron-doc-viewer": "PolymerElements/iron-doc-viewer#^0.8.5",
"iron-selector": "PolymerElements/iron-selector#^0.8.2",
"paper-styles": "PolymerElements/paper-styles#^0.8.3",
"paper-styles": "PolymerElements/paper-styles#^0.8.6",
"paper-styles": "PolymerElements/paper-styles#^0.8.9",
"iron-flex-layout": "PolymerElements/iron-flex-layout#^0.8.1",
"web-component-tester": "*"
},
"resolutions": {
"observe-js": "0.5.6-rc1"
}
}
2 changes: 1 addition & 1 deletion demo/polyfora-forum.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
-->
<link rel="import" href="../../polymer/polymer.html">
<link rel="import" href="../../paper-styles/layout.html">
<link rel="import" href="../../iron-flex-layout/classes/iron-flex-layout.html">
<link rel="import" href="../../paper-styles/shadow.html">
<link rel="import" href="../../paper-styles/typography.html">

Expand Down
2 changes: 1 addition & 1 deletion demo/polyfora-thread.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
-->
<link rel="import" href="../../polymer/polymer.html">
<link rel="import" href="../../paper-styles/layout.html">
<link rel="import" href="../../iron-flex-layout/classes/iron-flex-layout.html">
<link rel="import" href="../../paper-styles/shadow.html">
<link rel="import" href="../../paper-styles/typography.html">

Expand Down

0 comments on commit 751ec45

Please sign in to comment.