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

Unified Diff: third_party/polymer/v0_8/components-chromium/iron-iconset/.bower.json

Issue 1162563004: Upgrade to 1.0 and switch clients to dom-repeat where needed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix a layout import and remove the gzipped webanimation in reproduce.sh Created 5 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: third_party/polymer/v0_8/components-chromium/iron-iconset/.bower.json
diff --git a/third_party/polymer/v0_8/components-chromium/iron-iconset/.bower.json b/third_party/polymer/v0_8/components-chromium/iron-iconset/.bower.json
index 3caade2377d941292804fb97b3860bfff6a6f12f..e4ecbfaa340737666b3e335df1aa951732b034d8 100644
--- a/third_party/polymer/v0_8/components-chromium/iron-iconset/.bower.json
+++ b/third_party/polymer/v0_8/components-chromium/iron-iconset/.bower.json
@@ -1,25 +1,31 @@
{
"name": "iron-iconset",
+ "version": "1.0.0",
+ "license": "http://polymer.github.io/LICENSE.txt",
+ "description": "Represents a set of icons",
+ "authors": [
+ "The Polymer Authors"
+ ],
"private": true,
"dependencies": {
- "polymer": "Polymer/polymer#v0.8.0-rc.7",
- "iron-meta": "PolymerElements/iron-meta#^0.8.0"
+ "iron-meta": "PolymerElements/iron-meta#^1.0.0",
+ "polymer": "Polymer/polymer#^1.0.0"
},
"devDependencies": {
- "iron-doc-viewer": "polymerelements/iron-doc-viewer#^0.8.0",
- "test-fixture": "PolymerElements/test-fixture#^0.8.0",
- "webcomponentsjs": "webcomponents/webcomponentsjs#^0.6.0",
- "web-component-tester": "~2.2.6"
+ "iron-component-page": "polymerelements/iron-component-page#^1.0.0",
+ "iron-icon": "polymerelements/iron-icon#^1.0.0",
+ "test-fixture": "PolymerElements/test-fixture#^1.0.0",
+ "web-component-tester": "*",
+ "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
},
"homepage": "https://github.com/PolymerElements/iron-iconset",
- "version": "0.8.2",
- "_release": "0.8.2",
+ "_release": "1.0.0",
"_resolution": {
"type": "version",
- "tag": "v0.8.2",
- "commit": "a496891222b88e06995558b6f678cbf41d01d9b4"
+ "tag": "v1.0.0",
+ "commit": "3ce6be6b689dd8e309410b0c30d7be23a493a880"
},
"_source": "git://github.com/PolymerElements/iron-iconset.git",
- "_target": "^0.8.0",
+ "_target": "^1.0.0",
"_originalSource": "PolymerElements/iron-iconset"
}

Powered by Google App Engine
This is Rietveld 408576698