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

Unified Diff: third_party/polymer/v1_0/components/iron-meta/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-meta/bower.json
diff --git a/third_party/polymer/v1_0/components/iron-meta/bower.json b/third_party/polymer/v1_0/components/iron-meta/bower.json
index 6e7e3f3360e0e405a105011ca5396cd946797c46..65a1f8f41faee723a48648df8d6d7c7ce0ffc811 100644
--- a/third_party/polymer/v1_0/components/iron-meta/bower.json
+++ b/third_party/polymer/v1_0/components/iron-meta/bower.json
@@ -1,10 +1,9 @@
{
"name": "iron-meta",
- "version": "1.0.1",
+ "version": "1.0.3",
"keywords": [
"web-components",
- "polymer",
- "meta"
+ "polymer"
],
"license": "http://polymer.github.io/LICENSE.txt",
"description": "Useful for sharing information across a DOM tree",
@@ -12,14 +11,15 @@
"authors": [
"The Polymer Authors"
],
- "keywords": [
- "web-components",
- "polymer"
- ],
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/PolymerElements/iron-meta.git"
+ },
"dependencies": {
"polymer": "Polymer/polymer#^1.0.0"
},
"devDependencies": {
+ "paper-styles": "polymerelements/paper-styles#^1.0.4",
"iron-component-page": "polymerelements/iron-component-page#^1.0.0",
"test-fixture": "polymerelements/test-fixture#^1.0.0",
"web-component-tester": "*",
« no previous file with comments | « third_party/polymer/v1_0/components/iron-meta/README.md ('k') | third_party/polymer/v1_0/components/iron-meta/hero.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698