Skip to content

Commit

Permalink
Upgrade to Polymer 1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Miksovsky committed Aug 14, 2015
1 parent 62c63e6 commit 4278bad
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 8 additions & 5 deletions basic-framed-content.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,16 @@
<link rel="import" href="../basic-shared/basic-shared.html">

<dom-module id="basic-framed-content">
<style>
:host {
display: block;
}
</style>
<template>

<style>
:host {
display: block;
}
</style>

<content></content>

</template>
</dom-module>

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"main": "basic-framed-content.html",
"dependencies": {
"basic-shared": "basic-web-components/basic-shared#master",
"polymer": "Polymer/polymer#^1.0.0"
"polymer": "Polymer/polymer#^1.1"
},
"devDependencies": {
"web-component-tester": "*"
Expand Down

0 comments on commit 4278bad

Please sign in to comment.