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

Side by Side Diff: third_party/polymer/components/polymer/.bower.json

Issue 2113853002: Run bower update (Closed) Base URL: https://github.com/catapult-project/catapult@polymer10-migration
Patch Set: Created 4 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "name": "polymer", 2 "name": "polymer",
3 "version": "1.4.0", 3 "version": "1.6.0",
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 "gen-changelog.sh" 13 "/util/",
14 "/explainer/",
15 "gulpfile.js",
16 "PRIMER.md",
17 "CONTRIBUTING.md",
18 "CHANGELOG.md"
14 ], 19 ],
15 "authors": [ 20 "authors": [
16 "The Polymer Authors (http://polymer.github.io/AUTHORS.txt)" 21 "The Polymer Authors (http://polymer.github.io/AUTHORS.txt)"
17 ], 22 ],
18 "repository": { 23 "repository": {
19 "type": "git", 24 "type": "git",
20 "url": "https://github.com/Polymer/polymer.git" 25 "url": "https://github.com/Polymer/polymer.git"
21 }, 26 },
22 "dependencies": { 27 "dependencies": {
23 "webcomponentsjs": "^0.7.20" 28 "webcomponentsjs": "^0.7.20"
24 }, 29 },
25 "devDependencies": { 30 "devDependencies": {
26 "web-component-tester": "*" 31 "web-component-tester": "*"
27 }, 32 },
28 "private": true, 33 "private": true,
29 "homepage": "https://github.com/Polymer/polymer", 34 "homepage": "https://github.com/Polymer/polymer",
30 "_release": "1.4.0", 35 "_release": "1.6.0",
31 "_resolution": { 36 "_resolution": {
32 "type": "version", 37 "type": "version",
33 "tag": "v1.4.0", 38 "tag": "v1.6.0",
34 "commit": "11c987b2eb3c73b388a79fc8aaea8ca01624f514" 39 "commit": "8715c83bf04a228de00ec662ed43eb6141e61b91"
35 }, 40 },
36 "_source": "git://github.com/Polymer/polymer.git", 41 "_source": "git://github.com/Polymer/polymer.git",
37 "_target": "^1.0.0", 42 "_target": "^1.0.0",
38 "_originalSource": "Polymer/polymer" 43 "_originalSource": "Polymer/polymer"
39 } 44 }
OLDNEW
« no previous file with comments | « third_party/polymer/components/paper-toast/test/basic.html ('k') | third_party/polymer/components/polymer/bower.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698