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

Side by Side Diff: third_party/polymer/components/font-roboto/package.json

Issue 3010683002: Update Polymer components. (Closed)
Patch Set: Rebase Created 3 years, 3 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": "font-roboto", 2 "name": "@polymerelements/font-roboto",
3 "version": "1.0.1", 3 "version": "1.0.1",
4 "description": "An HTML import for Roboto", 4 "description": "An HTML import for Roboto",
5 "authors": [ 5 "authors": [
6 "The Polymer Authors" 6 "The Polymer Authors"
7 ], 7 ],
8 "keywords": [ 8 "keywords": [
9 "font", 9 "font",
10 "roboto" 10 "roboto"
11 ], 11 ],
12 "repository": { 12 "repository": {
13 "type": "git", 13 "type": "git",
14 "url": "git://github.com/PolymerElements/font-roboto.git" 14 "url": "git://github.com/PolymerElements/font-roboto.git"
15 }, 15 },
16 "main": "roboto.html", 16 "main": "roboto.html",
17 "license": "http://polymer.github.io/LICENSE.txt", 17 "license": "http://polymer.github.io/LICENSE.txt",
18 "homepage": "https://github.com/PolymerElements/font-roboto/", 18 "homepage": "https://github.com/PolymerElements/font-roboto/"
19 "ignore": [
20 "/.*"
21 ]
22 } 19 }
OLDNEW
« no previous file with comments | « third_party/polymer/components/font-roboto/bower.json ('k') | third_party/polymer/components/font-roboto/roboto.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698