IanLunn / Hover

A collection of CSS3 powered hover effects to be applied to links, buttons, logos, SVG, featured images and so on. Easily apply to your own elements, modify or just use for inspiration. Available in CSS, Sass, and LESS.
http://ianlunn.github.io/Hover/
Other
29.25k stars 5.78k forks source link

Move dependency to devDependencies #112

Closed fvgs closed 6 years ago

fvgs commented 7 years ago

load-grunt-tasks should be recorded as a devDependency with the other Grunt packages rather than as a dependency. This will make it so that when npm installs hover.css, load-grunt-tasks will not be installed unnecessarily.