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

Unified Diff: polymer_1.2.3/bower_components/polymer/.bower.json

Issue 1581713003: [third_party] add polymer 1.2.3 (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: 1.2.3 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: polymer_1.2.3/bower_components/polymer/.bower.json
diff --git a/polymer_1.0.4/bower_components/polymer/.bower.json b/polymer_1.2.3/bower_components/polymer/.bower.json
similarity index 59%
copy from polymer_1.0.4/bower_components/polymer/.bower.json
copy to polymer_1.2.3/bower_components/polymer/.bower.json
index 49970f2abbd4788f20a1af049863910034278202..6cb5d9276714f4a899ba7deb265bbe2b1b71b3ae 100644
--- a/polymer_1.0.4/bower_components/polymer/.bower.json
+++ b/polymer_1.2.3/bower_components/polymer/.bower.json
@@ -1,13 +1,14 @@
{
"name": "polymer",
- "version": "1.0.4",
+ "version": "1.2.3",
"main": [
"polymer.html"
],
"license": "http://polymer.github.io/LICENSE.txt",
"ignore": [
"/.*",
- "/test/"
+ "/test/",
+ "gen-changelog.sh"
],
"authors": [
"The Polymer Authors (http://polymer.github.io/AUTHORS.txt)"
@@ -17,20 +18,20 @@
"url": "https://github.com/Polymer/polymer.git"
},
"dependencies": {
- "webcomponentsjs": "^0.7.2"
+ "webcomponentsjs": "^0.7.18"
},
"devDependencies": {
"web-component-tester": "*"
},
"private": true,
- "homepage": "https://github.com/polymer/polymer",
- "_release": "1.0.4",
+ "homepage": "https://github.com/Polymer/polymer",
+ "_release": "1.2.3",
"_resolution": {
"type": "version",
- "tag": "v1.0.4",
- "commit": "cdabb91ad8ddf9bbefa308a25c5633d768501e7d"
+ "tag": "v1.2.3",
+ "commit": "aa535d1675342007cbf64dc9c66497cf74cbc616"
},
- "_source": "git://github.com/polymer/polymer.git",
+ "_source": "git://github.com/Polymer/polymer.git",
"_target": "^1.0.0",
- "_originalSource": "polymer/polymer"
+ "_originalSource": "Polymer/polymer"
}

Powered by Google App Engine
This is Rietveld 408576698