Merge tag 'v0.4.2' into develop

Version 0.4.2
This commit is contained in:
Christian Hoffmeister 2015-05-04 09:20:36 +02:00
commit 8bcfaaeff4
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
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
```

View File

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

View File

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