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

Unified Diff: third_party/polymer/v1_0/components/paper-styles/bower.json

Issue 1221923003: Update bower.json for Polymer elements and add PRESUBMIT.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 5 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/v1_0/components/paper-styles/bower.json
diff --git a/third_party/polymer/v1_0/components/paper-styles/bower.json b/third_party/polymer/v1_0/components/paper-styles/bower.json
index 930947dec1b86f999ddf47bc2face99f8f889614..4f7e0ede0d6ec21e70d7ae450210acf153d41671 100644
--- a/third_party/polymer/v1_0/components/paper-styles/bower.json
+++ b/third_party/polymer/v1_0/components/paper-styles/bower.json
@@ -1,6 +1,6 @@
{
"name": "paper-styles",
- "version": "1.0.4",
+ "version": "1.0.10",
"description": "Common (global) styles for Material Design elements.",
"authors": [
"The Polymer Authors"
@@ -10,15 +10,19 @@
"polymer",
"style"
],
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/PolymerElements/paper-styles.git"
+ },
"main": "paper-styles.html",
"license": "http://polymer.github.io/LICENSE.txt",
"homepage": "https://github.com/polymerelements/paper-styles/",
"ignore": [
- "/.*",
- "/demo/"
+ "/.*"
],
"dependencies": {
- "iron-flex-layout": "polymerelements/iron-flex-layout#^1.0.0",
+ "iron-flex-layout": "PolymerElements/iron-flex-layout#^1.0.0",
+ "font-roboto": "PolymerElements/font-roboto#^1.0.1",
"polymer": "Polymer/polymer#^1.0.0"
},
"devDependencies": {

Powered by Google App Engine
This is Rietveld 408576698