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

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

Issue 1410143002: Update Polymer to fix closure compile (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@iron-list5
Patch Set: Created 5 years, 2 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-icon-button", 2 "name": "paper-icon-button",
3 "private": true, 3 "private": true,
4 "version": "1.0.4", 4 "version": "1.0.5",
5 "license": "http://polymer.github.io/LICENSE.txt", 5 "license": "http://polymer.github.io/LICENSE.txt",
6 "description": "A material design icon button", 6 "description": "A material design icon button",
7 "main": "paper-icon-button.html", 7 "main": "paper-icon-button.html",
8 "author": [ 8 "author": [
9 "The Polymer Authors" 9 "The Polymer Authors"
10 ], 10 ],
11 "keywords": [ 11 "keywords": [
12 "web-components", 12 "web-components",
13 "polymer", 13 "polymer",
14 "button", 14 "button",
(...skipping 13 matching lines...) Expand all
28 "paper-ripple": "PolymerElements/paper-ripple#^1.0.0", 28 "paper-ripple": "PolymerElements/paper-ripple#^1.0.0",
29 "paper-styles": "PolymerElements/paper-styles#^1.0.0" 29 "paper-styles": "PolymerElements/paper-styles#^1.0.0"
30 }, 30 },
31 "devDependencies": { 31 "devDependencies": {
32 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0", 32 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
33 "web-component-tester": "*", 33 "web-component-tester": "*",
34 "test-fixture": "PolymerElements/test-fixture#^1.0.0", 34 "test-fixture": "PolymerElements/test-fixture#^1.0.0",
35 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0" 35 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0"
36 } 36 }
37 } 37 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698