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

Unified Diff: third_party/polymer/v1_0/components-chromium/paper-menu-button/bower.json

Issue 1561893002: [Polymer] Roll polymer to latest version (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update grdp Created 4 years, 11 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/paper-menu-button/bower.json
diff --git a/third_party/polymer/v1_0/components-chromium/paper-menu-button/bower.json b/third_party/polymer/v1_0/components-chromium/paper-menu-button/bower.json
index 44cd9d24787d2f4655004b164d0dbb38ef0b11f5..bb27a9ede79c8bdffe57ebed865625c8907c1065 100644
--- a/third_party/polymer/v1_0/components-chromium/paper-menu-button/bower.json
+++ b/third_party/polymer/v1_0/components-chromium/paper-menu-button/bower.json
@@ -1,14 +1,16 @@
{
"name": "paper-menu-button",
- "version": "1.0.3",
- "description": "",
+ "version": "1.0.4",
+ "description": "A material design element that composes a trigger and a dropdown menu",
"authors": [
"The Polymer Authors"
],
"keywords": [
"web-components",
"web-component",
- "polymer"
+ "polymer",
+ "menu",
+ "button"
],
"main": "paper-menu-button.html",
"private": true,
@@ -40,5 +42,6 @@
"paper-item": "polymerelements/paper-item#^1.0.0",
"iron-image": "polymerelements/iron-image#^1.0.0",
"iron-icon": "polymerelements/iron-icon#^1.0.0"
- }
+ },
+ "ignore": []
}

Powered by Google App Engine
This is Rietveld 408576698