Fixed bower.json and changed name to lowercase

This commit is contained in:
IanLunn 2015-01-07 16:12:58 +00:00
parent a45090b9f4
commit b5a08d3ce9
3 changed files with 9 additions and 3 deletions

View File

@ -5,6 +5,12 @@ A collection of CSS3 powered hover effects to be applied to links, buttons, logo
[Demo](http://ianlunn.github.io/Hover) |
[Tutorial](http://ianlunn.co.uk/articles/hover-css-tutorial-introduction/)
## Download/Install
- NPM: `npm install --save hover.css`
- Bower: `bower install --save hover.css`
- [Download Zip](https://github.com/IanLunn/Hover/archive/master.zip)
## How To Use
Hover.css can be used in a number of ways; either copy and paste the effect you'd like to use in your own stylesheet or reference the stylesheet. Then just add the class name of the effect to the element you'd like it applied to.

View File

@ -1,5 +1,5 @@
{
"name": "Hover.css",
"name": "hover.css",
"version": "2.0.0",
"homepage": "http://ianlunn.github.io/Hover",
"authors": [
@ -10,7 +10,7 @@
"keywords": [
"Hover",
"hover",
"hover.css"
"hover.css",
"Hover Effects",
"CSS Effects",
"CSS3 Effects",

View File

@ -1,5 +1,5 @@
{
"name": "Hover.css",
"name": "hover.css",
"version": "2.0.0",
"author": "Ian Lunn",
"repository": {