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

Unified Diff: third_party/polymer/v1_0/components-chromium/iron-resizable-behavior/.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-resizable-behavior/.bower.json
diff --git a/third_party/polymer/v1_0/components-chromium/iron-resizable-behavior/.bower.json b/third_party/polymer/v1_0/components-chromium/iron-resizable-behavior/.bower.json
index abbcb681877b417ace1a37c5c2de40acfbe44d25..f67f958cffd195239d90baed335c8eaab44abcad 100644
--- a/third_party/polymer/v1_0/components-chromium/iron-resizable-behavior/.bower.json
+++ b/third_party/polymer/v1_0/components-chromium/iron-resizable-behavior/.bower.json
@@ -1,6 +1,6 @@
{
"name": "iron-resizable-behavior",
- "version": "1.0.0",
+ "version": "1.0.2",
"license": "http://polymer.github.io/LICENSE.txt",
"description": "Coordinates the flow of resizeable elements",
"private": true,
@@ -14,6 +14,10 @@
"iron",
"behavior"
],
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/PolymerElements/iron-resizable-behavior.git"
+ },
"dependencies": {
"polymer": "Polymer/polymer#^1.0.0"
},
@@ -24,13 +28,13 @@
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
},
"homepage": "https://github.com/PolymerElements/iron-resizable-behavior",
- "_release": "1.0.0",
+ "_release": "1.0.2",
"_resolution": {
"type": "version",
- "tag": "v1.0.0",
- "commit": "62e0fb1dd6d657bceab7c78faf1a8b0fb909239c"
+ "tag": "v1.0.2",
+ "commit": "85de8ba28be2bf17c81d6436ef1119022b003674"
},
"_source": "git://github.com/PolymerElements/iron-resizable-behavior.git",
- "_target": "^1.0.0",
+ "_target": "~1.0.0",
"_originalSource": "PolymerElements/iron-resizable-behavior"
}

Powered by Google App Engine
This is Rietveld 408576698