From 43ebaec72f642ff7bc752014ddcca018699f0909 Mon Sep 17 00:00:00 2001 From: leodido Date: Sun, 4 May 2014 16:59:21 +0200 Subject: [PATCH 1/2] Bower package definition plus other improvements --- README.md | 2 +- bower.json | 24 ++++++++++++++++++++++++ component.json | 2 +- composer.json | 2 +- fonts/payment-webfont.svg | 6 +++--- 5 files changed, 30 insertions(+), 6 deletions(-) create mode 100644 bower.json diff --git a/README.md b/README.md index 34434be..798a440 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ All trademarks are the property of their respective owners; third-party brands, Glyphs ------ -![Payment webfont glyphs](https://raw.githubusercontent.com/orlandotm/payment-webfont/master/preview.jpg "Payment webfont glyphs") +![Payment webfont glyphs](preview.jpg "Payment webfont glyphs") * Mastercard * Maestro diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..1428214 --- /dev/null +++ b/bower.json @@ -0,0 +1,24 @@ +{ + "name": "payment-webfont", + "description": "An SVG webfont full of main payment system icons", + "version": "0.9.3", + "main": "style.css", + "repository": { + "type": "git", + "url": "git://github.com/orlandotm/payment-webfont.git" + }, + "keywords": [ + "font", + "payment", + "icon", + "webfont", + "svg" + ], + "authors": [ + { "name": "Orlando TM Merone", "email": "orlando.merone@gmail.com", "homepage": "http://www.orlandotm.com" }, + { "name": "Leo Di Donato", "email": "leodidonato@gmail.com", "homepage": "http://github.com/leodido" }, + { "name": "Leonardo Grasso", "email": "me@leonardograsso.com", "homepage": "http://github.com/leogr" } + ] + "license": "CC0-1.0", + "homepage": "https://github.com/orlandotm/payment-webfont" +} diff --git a/component.json b/component.json index efd3f17..18a4b2c 100644 --- a/component.json +++ b/component.json @@ -1,7 +1,7 @@ { "name": "payment-webfont", "repo": "orlandotm/payment-webfont", - "version": "0.9.1", + "version": "0.9.3", "description": "An SVG webfont full of main payment system icons", "keywords": [ "icon", diff --git a/composer.json b/composer.json index f815131..d1182a7 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "authors": [ { - "name": "Orlando Merone", + "name": "Orlando TM Merone", "email": "orlando.merone@gmail.com", "homepage": "http://www.orlandotm.com", "role": "Developer" diff --git a/fonts/payment-webfont.svg b/fonts/payment-webfont.svg index 8271f0a..affbccb 100755 --- a/fonts/payment-webfont.svg +++ b/fonts/payment-webfont.svg @@ -11,8 +11,8 @@ "fontURL": "https://github.com/orlandotm/payment-webfont", "designerURL": "http://www.orlandotm.com", "license": "CC0 1.0 Universal", - "licenseURL": "", - "version": "Version 0.9.3", + "licenseURL": "https://github.com/orlandotm/payment-webfont/blob/master/LICENSE", + "version": "0.9.3", "fontId": "payment-webfont", "psName": "payment-webfont", "subFamily": "Regular", @@ -51,4 +51,4 @@ - \ No newline at end of file + From 4cdecee33adeffe489af46ad703251adf74f0cdb Mon Sep 17 00:00:00 2001 From: leodido Date: Sun, 4 May 2014 17:05:19 +0200 Subject: [PATCH 2/2] Closes #6 --- README.md | 14 ++++++++++---- bower.json | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 798a440..5c5fb53 100644 --- a/README.md +++ b/README.md @@ -39,9 +39,9 @@ Glyphs Installation ------------ -### Using [Composer](http://packagist.org/packages/orlandotm/payment-webfont) +### Using [Composer](https://github.com/composer/composer) -To install with composer add `orlandotm/payment-webfont` to your `composer.json`. E.g., +To install with [composer](http://packagist.org/packages/orlandotm/payment-webfont) add `orlandotm/payment-webfont` to your `composer.json`. E.g., ``` { @@ -51,12 +51,18 @@ To install with composer add `orlandotm/payment-webfont` to your `composer.json` } ``` -### Using [Component](https://github.com/component/component) +### Using [Component](http://component.io) -To install as a component just run `component install orlandotm/payment-webfont`. +To install as a [component](https://github.com/component/component) just run `component install orlandotm/payment-webfont`. Or add `orlandotm/payment-webfont` to the dependencies element into your `component.json`. +### Using [Bower](http://bower.io) + +To install with [bower]() just run `bower install orlandotm/payment-webfont`. + +Or add `orlandotm/payment-webfont` to the dependencies element into you `bower.json`. + --- [![Analytics](https://ga-beacon.appspot.com/UA-50602721-1/orlandotm/payment-webfonts)](https://github.com/igrigorik/ga-beacon) diff --git a/bower.json b/bower.json index 1428214..24c848d 100644 --- a/bower.json +++ b/bower.json @@ -1,5 +1,5 @@ { - "name": "payment-webfont", + "name": "orlandotm/payment-webfont", "description": "An SVG webfont full of main payment system icons", "version": "0.9.3", "main": "style.css",