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

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 "homepage": "https://github.com/PolymerElements/paper-icon-button", 37 "homepage": "https://github.com/PolymerElements/paper-icon-button",
38 "_release": "1.0.4", 38 "_release": "1.0.5",
39 "_resolution": { 39 "_resolution": {
40 "type": "version", 40 "type": "version",
41 "tag": "v1.0.4", 41 "tag": "v1.0.5",
42 "commit": "50cef0a41abe586110ee0ac9720cea70f0b2f5e1" 42 "commit": "15e9bd571ef8e77da8c58fb5f447fe7cc7c0c9f1"
43 }, 43 },
44 "_source": "git://github.com/PolymerElements/paper-icon-button.git", 44 "_source": "git://github.com/PolymerElements/paper-icon-button.git",
45 "_target": "^1.0.0", 45 "_target": "^1.0.0",
46 "_originalSource": "PolymerElements/paper-icon-button" 46 "_originalSource": "PolymerElements/paper-icon-button"
47 } 47 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698