Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Side by Side Diff: third_party/polymer/v1_0/components-chromium/paper-header-panel/bower.json

Issue 1766433002: Roll Polymer to 1.3.1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 "name": "paper-header-panel", 2 "name": "paper-header-panel",
3 "version": "1.1.3", 3 "version": "1.1.4",
4 "description": "A header and content wrapper for layout with headers", 4 "description": "A header and content wrapper for layout with headers",
5 "authors": [ 5 "authors": [
6 "The Polymer Authors" 6 "The Polymer Authors"
7 ], 7 ],
8 "keywords": [ 8 "keywords": [
9 "web-components", 9 "web-components",
10 "polymer", 10 "polymer",
11 "layout" 11 "layout"
12 ], 12 ],
13 "main": "paper-header-panel.html", 13 "main": "paper-header-panel.html",
(...skipping 10 matching lines...) Expand all
24 "polymer": "Polymer/polymer#^1.1.0" 24 "polymer": "Polymer/polymer#^1.1.0"
25 }, 25 },
26 "devDependencies": { 26 "devDependencies": {
27 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", 27 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
28 "paper-styles": "PolymerElements/paper-styles#^1.0.0", 28 "paper-styles": "PolymerElements/paper-styles#^1.0.0",
29 "test-fixture": "PolymerElements/test-fixture#^1.0.0", 29 "test-fixture": "PolymerElements/test-fixture#^1.0.0",
30 "web-component-tester": "^4.0.0", 30 "web-component-tester": "^4.0.0",
31 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" 31 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
32 } 32 }
33 } 33 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698