Skip to content
This repository was archived by the owner on May 15, 2023. It is now read-only.

Commit 136839b

Browse files
committed
fix bower, fix test config
1 parent 3474734 commit 136839b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"homepage": "https://github.com/PolymerElements/iron-swipeable-container",
2222
"ignore": [],
2323
"dependencies": {
24-
"polymer": "Polymer/polymer#^2.0.0"
24+
"polymer": "Polymer/polymer#1.9 - 2"
2525
},
2626
"devDependencies": {
2727
"webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.0",
@@ -34,7 +34,7 @@
3434
"variants": {
3535
"1.x": {
3636
"dependencies": {
37-
"polymer": "Polymer/polymer#^1.1.0"
37+
"polymer": "Polymer/polymer#^1.9"
3838
},
3939
"devDependencies": {
4040
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",

test/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
<body>
1919
<script>
2020
WCT.loadSuites([
21-
'basic.html'
21+
'basic.html?wc-shadydom=true&wc-ce=true',
22+
'basic.html?dom=shadow'
2223
]);
2324
</script>
2425
</body>

0 commit comments

Comments
 (0)