Skip to content

Commit ecc4f8a

Browse files
author
Jan Miksovsky
committed
Pick up changes for 0.6.1-pre
1 parent 6bf6833 commit ecc4f8a

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

basic-stack.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,14 @@
5656

5757
},
5858

59-
hostAttributes: {
60-
target: 'shadow'
61-
},
62-
6359
is: 'basic-stack',
6460

61+
properties: {
62+
target: {
63+
value: 'shadow'
64+
}
65+
},
66+
6567
/**
6668
* Force the component to recalculate its size.
6769
*

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"basic-aspect": "basic-web-components/basic-aspect#master",
99
"basic-children-content": "basic-web-components/basic-children-content#master",
1010
"basic-shared": "basic-web-components/basic-shared#master",
11-
"polymer": "Polymer/polymer#0.9.0"
11+
"polymer": "Polymer/polymer#1.0.0"
1212
},
1313
"devDependencies": {
1414
"basic-framed-content": "basic-web-components/basic-framed-content#master",

0 commit comments

Comments
 (0)