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

Side by Side Diff: third_party/polymer/v1_0/components-chromium/paper-menu-button/bower.json

Issue 2346073003: [Polymer] updating (Closed)
Patch Set: Created 4 years, 3 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-menu-button", 2 "name": "paper-menu-button",
3 "version": "1.5.1", 3 "version": "1.5.2",
4 "description": "A material design element that composes a trigger and a dropdo wn menu", 4 "description": "A material design element that composes a trigger and a dropdo wn menu",
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 "web-component", 10 "web-component",
11 "polymer", 11 "polymer",
12 "menu", 12 "menu",
13 "button" 13 "button"
(...skipping 24 matching lines...) Expand all
38 "paper-button": "PolymerElements/paper-button#^1.0.0", 38 "paper-button": "PolymerElements/paper-button#^1.0.0",
39 "paper-icon-button": "PolymerElements/paper-icon-button#^1.0.0", 39 "paper-icon-button": "PolymerElements/paper-icon-button#^1.0.0",
40 "paper-item": "PolymerElements/paper-item#^1.0.0", 40 "paper-item": "PolymerElements/paper-item#^1.0.0",
41 "paper-menu": "PolymerElements/paper-menu#^1.0.0", 41 "paper-menu": "PolymerElements/paper-menu#^1.0.0",
42 "test-fixture": "PolymerElements/test-fixture#^1.0.0", 42 "test-fixture": "PolymerElements/test-fixture#^1.0.0",
43 "web-component-tester": "^4.0.0", 43 "web-component-tester": "^4.0.0",
44 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" 44 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
45 }, 45 },
46 "ignore": [] 46 "ignore": []
47 } 47 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698