Add grunt test task + Upgrade version v0.0.3 => v0.0.4

This commit is contained in:
l-lin 2014-04-17 00:07:25 +02:00
parent 1f221284e5
commit 6cac6c46d8
5 changed files with 8 additions and 4 deletions

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "font-awesome-animation", "name": "font-awesome-animation",
"version": "0.0.3", "version": "0.0.4",
"author": "l-lin", "author": "l-lin",
"main": [ "main": [
"dist/font-awesome-animation.css", "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 * https://github.com/l-lin/font-awesome-animation
* License: MIT * 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 * https://github.com/l-lin/font-awesome-animation
* License: MIT * License: MIT
*/ */

View File

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