Skip to content

Commit

Permalink
Merge pull request #204 from bartolom/patch-1
Browse files Browse the repository at this point in the history
from polymer to Polymer in 2.0-preview
  • Loading branch information
tjmonsi authored Feb 21, 2018
2 parents 2177bd7 + d6655ca commit 5ef43e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"/test/"
],
"dependencies": {
"polymer": "polymer/polymer#^2.0.0-rc.3",
"polymer": "Polymer/polymer#^2.0.0-rc.3",
"firebase": ">= 3.5.1 < 4.0",
"app-storage": "PolymerElements/app-storage#2.0-preview"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#2.0-preview",
"note-app-elements": "polymerlabs/note-app-elements#2.0-preview",
"note-app-elements": "PolymerLabs/note-app-elements#2.0-preview",
"webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.0-rc.4",
"web-component-tester": "Polymer/web-component-tester#^6.0.0-prerelease.6"
},
Expand All @@ -33,11 +33,11 @@
"dependencies": {
"polymer": "Polymer/polymer#^1.2",
"firebase": ">= 3.5.1 < 4.0",
"app-storage": "polymerelements/app-storage#^0.9.0"
"app-storage": "PolymerElements/app-storage#^0.9.0"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0",
"note-app-elements": "polymerlabs/note-app-elements",
"note-app-elements": "PolymerLabs/note-app-elements",
"web-component-tester": "^4.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
}
Expand Down

0 comments on commit 5ef43e8

Please sign in to comment.