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

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 53%
copy from polymer_0.5.4/bower_components/webcomponentsjs/.bower.json
copy to polymer_1.0.4/bower_components/webcomponentsjs/.bower.json
index 1855e24706ce6401da0ff827db0a6cb4e2737ea7..161ba541a773ab2843f7d8c8896a2e6b0a6e8e8a 100644
--- a/polymer_0.5.4/bower_components/webcomponentsjs/.bower.json
+++ b/polymer_1.0.4/bower_components/webcomponentsjs/.bower.json
@@ -1,23 +1,27 @@
{
"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": [],
- "_release": "0.5.4",
+ "_release": "0.7.5",
"_resolution": {
"type": "version",
- "tag": "0.5.4",
- "commit": "d31b29c8c3bf4ad7ddd9a84236f04864003bc40d"
+ "tag": "v0.7.5",
+ "commit": "6e2fd746392a9fbec95711872e21fa22bff22fae"
},
"_source": "git://github.com/Polymer/webcomponentsjs.git",
- "_target": "^0.5",
- "_originalSource": "Polymer/webcomponentsjs"
+ "_target": "^0.7.2",
+ "_originalSource": "webcomponentsjs"
}

Powered by Google App Engine
This is Rietveld 408576698