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

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

Issue 2960873002: WIP - Pinpoint - New Page.
Patch Set: . Created 3 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.8.1", 3 "version": "1.9.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/",
(...skipping 12 matching lines...) Expand all
26 }, 26 },
27 "dependencies": { 27 "dependencies": {
28 "webcomponentsjs": "^0.7.24" 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/components/polymer/.bower.json ('k') | third_party/polymer/components/polymer/build.log » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698