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

Unified Diff: polymer_1.0.4/bower_components/webcomponentsjs/bower.json

Issue 1205703007: Add polymer 1.0 to npm_modules (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Renamed folder to 1.0.4 Created 5 years, 6 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: polymer_1.0.4/bower_components/webcomponentsjs/bower.json
diff --git a/polymer_0.5.4/bower_components/webcomponentsjs/bower.json b/polymer_1.0.4/bower_components/webcomponentsjs/bower.json
similarity index 63%
copy from polymer_0.5.4/bower_components/webcomponentsjs/bower.json
copy to polymer_1.0.4/bower_components/webcomponentsjs/bower.json
index 16b9b3b8695a6cf8d11a955c6d7473320dd99c8d..aede49c50bea6c56da7cef2fe4a1567ef728af99 100644
--- a/polymer_0.5.4/bower_components/webcomponentsjs/bower.json
+++ b/polymer_1.0.4/bower_components/webcomponentsjs/bower.json
@@ -1,14 +1,18 @@
{
"name": "webcomponentsjs",
"main": "webcomponents.js",
- "version": "0.5.4",
+ "version": "0.7.5",
"homepage": "http://webcomponents.org",
"authors": [
"The Polymer Authors"
],
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/webcomponents/webcomponentsjs.git"
+ },
"keywords": [
"webcomponents"
],
"license": "BSD",
"ignore": []
-}
+}

Powered by Google App Engine
This is Rietveld 408576698