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

Unified Diff: third_party/polymer/v1_0/components/iron-behaviors/.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/iron-behaviors/.bower.json
diff --git a/third_party/polymer/v1_0/components/iron-behaviors/.bower.json b/third_party/polymer/v1_0/components/iron-behaviors/.bower.json
index 17a4ddaf246de8a53971bbf54efab7ea2446c53e..bf8b6cf30ffd256239ea2240b6a29193514d8f90 100644
--- a/third_party/polymer/v1_0/components/iron-behaviors/.bower.json
+++ b/third_party/polymer/v1_0/components/iron-behaviors/.bower.json
@@ -1,11 +1,15 @@
{
"name": "iron-behaviors",
- "version": "1.0.3",
+ "version": "1.0.4",
"description": "Provides a set of behaviors for the iron elements",
"private": true,
"authors": [
"The Polymer Authors"
],
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/PolymerElements/iron-behaviors.git"
+ },
"main": [
"iron-button-state.html",
"iron-control-state.html"
@@ -24,11 +28,11 @@
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
},
"homepage": "https://github.com/PolymerElements/iron-behaviors",
- "_release": "1.0.3",
+ "_release": "1.0.4",
"_resolution": {
"type": "version",
- "tag": "v1.0.3",
- "commit": "a8e8245c60d65712e2f0ac727f1ce3529dcf395d"
+ "tag": "v1.0.4",
+ "commit": "8792edd457de697a74f398c09b67df30adf7d866"
},
"_source": "git://github.com/PolymerElements/iron-behaviors.git",
"_target": "^1.0.0",

Powered by Google App Engine
This is Rietveld 408576698