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

Unified Diff: third_party/polymer/v1_0/components-chromium/iron-flex-layout/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-chromium/iron-flex-layout/bower.json
diff --git a/third_party/polymer/v1_0/components-chromium/iron-flex-layout/bower.json b/third_party/polymer/v1_0/components-chromium/iron-flex-layout/bower.json
index 46dcdb8863b7164b190f5b1009bff1c55f99ebc8..202fbe00afb65a2e635dbc0bc87124fa30889fb9 100644
--- a/third_party/polymer/v1_0/components-chromium/iron-flex-layout/bower.json
+++ b/third_party/polymer/v1_0/components-chromium/iron-flex-layout/bower.json
@@ -1,6 +1,6 @@
{
"name": "iron-flex-layout",
- "version": "1.0.1",
+ "version": "1.0.2",
"description": "Provide flexbox-based layouts",
"keywords": [
"web-components",
@@ -12,10 +12,15 @@
"authors": [
"The Polymer Authors"
],
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/PolymerElements/iron-flex-layout.git"
+ },
"dependencies": {
"polymer": "Polymer/polymer#^1.0.0"
},
"devDependencies": {
+ "paper-styles": "polymerelements/paper-styles#^1.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
}
}

Powered by Google App Engine
This is Rietveld 408576698