Skip to content

Commit

Permalink
chore(bower): set Polymer 2.0 stable version dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecasar committed Aug 22, 2017
1 parent 3bd64fb commit 3525f77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Live Photo from Apple implemented in Polymer",
"main": "live-photo.html",
"dependencies": {
"polymer": "Polymer/polymer#^2.0.0-rc.2"
"polymer": "Polymer/polymer#^2.0.0"
},
"devDependencies": {
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#2.0-preview",
Expand Down
2 changes: 1 addition & 1 deletion polymer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"lint": {
"rules": [
"polymer-2-hybrid"
"polymer-2"
]
}
}

0 comments on commit 3525f77

Please sign in to comment.