Merge branch 'hotfix/0.4.2'

This commit is contained in:
Christian Hoffmeister 2015-05-04 09:20:28 +02:00
commit 0f4d6b3d8e
3 changed files with 12 additions and 7 deletions

View File

@ -1,12 +1,16 @@
# Roboto fontface Bower package # Roboto fontface
A simple bower package providing the [Roboto](http://www.google.com/fonts/specimen/Roboto) fontface. The font was created by [Christian Robertson](https://plus.google.com/110879635926653430880/about). A simple package providing the [Roboto](http://www.google.com/fonts/specimen/Roboto) fontface. The font was created by [Christian Robertson](https://plus.google.com/110879635926653430880/about).
## Installing ## Installing
Assuming you have [NodeJS](http://nodejs.org/) and [Bower](http://bower.io/) installed globally just open up a terminal, navigate to your projects root directory and then execute Assuming you have [NodeJS](http://nodejs.org/), [NPM](https://www.npmjs.com/) and [Bower](http://bower.io/) installed globally just open up a terminal, navigate to your projects root directory and then execute
``` ```
# install via NPM
$ npm install roboto-fontface --save
# install via Bower
$ bower install roboto-fontface --save $ bower install roboto-fontface --save
``` ```

View File

@ -1,6 +1,7 @@
{ {
"name": "roboto-fontface-bower", "name": "roboto-fontface",
"version": "0.4.1", "description": "A simple package providing the Roboto fontface.",
"version": "0.4.2",
"main": [ "main": [
"./css/roboto-fontface.css", "./css/roboto-fontface.css",
"./fonts/Roboto-Black.eot", "./fonts/Roboto-Black.eot",

View File

@ -1,7 +1,7 @@
{ {
"name": "roboto-fontface", "name": "roboto-fontface",
"version": "0.4.1", "version": "0.4.2",
"description": "A simple package providing the [Roboto](http://www.google.com/fonts/specimen/Roboto) fontface.", "description": "A simple package providing the Roboto fontface.",
"main": "css/roboto-fontface.css", "main": "css/roboto-fontface.css",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"