Merge pull request #2 from l-lin/master

Add grunt test task + Upgrade version v0.0.3 => v0.0.4
This commit is contained in:
Louis LIN 2014-04-17 00:13:25 +02:00
commit 279cfe756e
5 changed files with 8 additions and 4 deletions

View File

@ -45,6 +45,10 @@ module.exports = function(grunt) {
'concat:bannerCSS'
]);
grunt.registerTask('test', [
'build'
]);
grunt.registerTask('default', [
'build'
]);

View File

@ -1,6 +1,6 @@
{
"name": "font-awesome-animation",
"version": "0.0.3",
"version": "0.0.4",
"author": "l-lin",
"main": [
"dist/font-awesome-animation.css",

View File

@ -1,5 +1,5 @@
/*!
* font-awesome-animation - v0.0.3
* font-awesome-animation - v0.0.4
* https://github.com/l-lin/font-awesome-animation
* License: MIT
*/

View File

@ -1,5 +1,5 @@
/*!
* font-awesome-animation - v0.0.3
* font-awesome-animation - v0.0.4
* https://github.com/l-lin/font-awesome-animation
* License: MIT
*/

View File

@ -1,6 +1,6 @@
{
"name": "font-awesome-animation",
"version": "0.0.3",
"version": "0.0.4",
"dependencies": {},
"author": "l-lin",
"devDependencies": {