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

Commit

Permalink
Fix dependency error in 'polymer-2.x_iron-meta-1.x' variant.
Browse files Browse the repository at this point in the history
  • Loading branch information
bicknellr committed Jun 19, 2017
1 parent d7e3ef0 commit 31331a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
},
"polymer-2.x_iron-meta-1.x": {
"dependencies": {
"polymer": "Polymer/polymer#1.9 - 2",
"polymer": "Polymer/polymer#^2",
"iron-meta": "PolymerElements/iron-meta#^1.0.0"
},
"devDependencies": {
Expand All @@ -84,6 +84,7 @@
},
"resolutions": {
"webcomponentsjs": "^1.0.0",
"polymer": "^2.0.0",
"iron-meta": "^1.0.0"
}
}
Expand Down

0 comments on commit 31331a3

Please sign in to comment.