Skip to content

Commit

Permalink
[ci skip] Point to latest polymer 2.0 versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
tedium-bot committed May 15, 2017
1 parent a9521ce commit 89b1aa0
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,28 @@
"homepage": "https://github.com/PolymerElements/iron-test-helpers",
"ignore": [],
"dependencies": {
"polymer": "Polymer/polymer#^2.0.0-rc.1"
"polymer": "Polymer/polymer#1.9 - 2"
},
"devDependencies": {
"web-component-tester": "Polymer/web-component-tester#^6.0.0-prerelease.6",
"webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.0-rc.1"
"web-component-tester": "^6.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.0"
},
"variants": {
"1.x": {
"dependencies": {
"polymer": "Polymer/polymer#^1.7.0"
"polymer": "Polymer/polymer#^1.9"
},
"devDependencies": {
"web-component-tester": "^4.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
},
"resolutions": {
"webcomponentsjs": "^0.7"
}
}
},
"main": "iron-test-helpers.html"
"main": "iron-test-helpers.html",
"resolutions": {
"webcomponentsjs": "^1.0.0"
}
}

0 comments on commit 89b1aa0

Please sign in to comment.