Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6 from PolymerElements/0.9
Browse files Browse the repository at this point in the history
fix tests
  • Loading branch information
Yvonne Yip committed May 7, 2015
2 parents 5ffdc93 + 280d739 commit 868f1d0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 6 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"name": "iron-fit-behavior",
"version": "0.9.0",
"private": true,
"main": "iron-fit-behavior.html",
"main": [
"iron-fit-behavior.html"
],
"authors": [
"The Polymer Authors"
],
Expand All @@ -14,9 +16,9 @@
"polymer": "Polymer/polymer#v0.9.0-rc.1"
},
"devDependencies": {
"iron-component-page": "polymerelements/iron-component-page#^0.9.0",
"iron-component-page": "PolymerElements/iron-component-page#^0.9.0",
"test-fixture": "PolymerElements/test-fixture#^0.9.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.6.0",
"web-component-tester": "*"
"web-component-tester": "*",
"webcomponentsjs": "^0.6.0"
}
}
4 changes: 4 additions & 0 deletions test/iron-fit-behavior.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
<link rel="import" href="test-fit.html">

<style>
body {
margin: 0;
padding: 0;
}

.absolute {
position: absolute;
Expand Down

0 comments on commit 868f1d0

Please sign in to comment.