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

Side by Side Diff: third_party/polymer/v1_0/components-chromium/polymer/bower.json

Issue 2717403003: WebUI: Roll Polymer 1.6.1-> 1.8.1 (Closed)
Patch Set: Undo paper-ripple changes in reproduce.sh Created 3 years, 9 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "name": "polymer", 2 "name": "polymer",
3 "version": "1.6.1", 3 "version": "1.8.1",
4 "main": [ 4 "main": [
5 "polymer.html", 5 "polymer.html",
6 "polymer-mini.html", 6 "polymer-mini.html",
7 "polymer-micro.html" 7 "polymer-micro.html"
8 ], 8 ],
9 "license": "http://polymer.github.io/LICENSE.txt", 9 "license": "http://polymer.github.io/LICENSE.txt",
10 "ignore": [ 10 "ignore": [
11 "/.*", 11 "/.*",
12 "/test/", 12 "/test/",
13 "/util/", 13 "/util/",
14 "/explainer/", 14 "/explainer/",
15 "gulpfile.js", 15 "gulpfile.js",
16 "PRIMER.md", 16 "PRIMER.md",
17 "CONTRIBUTING.md", 17 "CONTRIBUTING.md",
18 "CHANGELOG.md" 18 "CHANGELOG.md"
19 ], 19 ],
20 "authors": [ 20 "authors": [
21 "The Polymer Authors (http://polymer.github.io/AUTHORS.txt)" 21 "The Polymer Authors (http://polymer.github.io/AUTHORS.txt)"
22 ], 22 ],
23 "repository": { 23 "repository": {
24 "type": "git", 24 "type": "git",
25 "url": "https://github.com/Polymer/polymer.git" 25 "url": "https://github.com/Polymer/polymer.git"
26 }, 26 },
27 "dependencies": { 27 "dependencies": {
28 "webcomponentsjs": "^0.7.20" 28 "webcomponentsjs": "^0.7.24"
29 }, 29 },
30 "devDependencies": { 30 "devDependencies": {
31 "web-component-tester": "*", 31 "web-component-tester": "*",
32 "iron-component-page": "polymerElements/iron-component-page#^1.1.6" 32 "iron-component-page": "polymerElements/iron-component-page#^1.1.6"
33 }, 33 },
34 "private": true 34 "private": true
35 } 35 }
OLDNEW
« no previous file with comments | « third_party/polymer/v1_0/bower.json ('k') | third_party/polymer/v1_0/components-chromium/polymer/polymer.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698