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

Unified Diff: third_party/polymer/v0_8/components-chromium/paper-styles/.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/paper-styles/.bower.json
diff --git a/third_party/polymer/v0_8/components-chromium/paper-styles/.bower.json b/third_party/polymer/v0_8/components-chromium/paper-styles/.bower.json
index ba059eb4f809ba20c52f8f3c790d76b4a346f893..46a6457a3cb88f40b41f78123957a0e3d4d5818f 100644
--- a/third_party/polymer/v0_8/components-chromium/paper-styles/.bower.json
+++ b/third_party/polymer/v0_8/components-chromium/paper-styles/.bower.json
@@ -1,34 +1,36 @@
{
"name": "paper-styles",
- "version": "0.8.9",
+ "version": "1.0.3",
+ "description": "Common (global) styles for Material Design elements.",
"authors": [
- "Ian MacLeod <imac@google.com>",
"The Polymer Authors"
],
- "description": "Common (global) styles for Material Design elements.",
"keywords": [
"web-component",
- "web-components",
- "polymer"
+ "polymer",
+ "style"
],
"main": "paper-styles.html",
- "license": "MIT",
- "homepage": "https://github.com/PolymerLabs/paper-styles/",
+ "license": "http://polymer.github.io/LICENSE.txt",
+ "homepage": "https://github.com/polymerelements/paper-styles/",
"ignore": [
"/.*",
"/demo/"
],
"dependencies": {
- "polymer": "Polymer/polymer#v0.8.0-rc.7",
- "iron-flex-layout": "PolymerElements/iron-flex-layout#^0.8.0"
+ "iron-flex-layout": "polymerelements/iron-flex-layout#^1.0.0",
+ "polymer": "Polymer/polymer#^1.0.0"
+ },
+ "devDependencies": {
+ "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
},
- "_release": "0.8.9",
+ "_release": "1.0.3",
"_resolution": {
"type": "version",
- "tag": "v0.8.9",
- "commit": "aa50de925fe420930c41f34eb782b2f4ac898b9b"
+ "tag": "v1.0.3",
+ "commit": "64adbb4e15214cdc0e5df1ac4b8f2d9e2eca6076"
},
"_source": "git://github.com/PolymerElements/paper-styles.git",
- "_target": "^0.8.0",
+ "_target": "^1.0.0",
"_originalSource": "PolymerElements/paper-styles"
}

Powered by Google App Engine
This is Rietveld 408576698