mirror of
https://github.com/l-lin/font-awesome-animation.git
synced 2024-12-26 21:41:31 +08:00
Add grunt test task + Upgrade version v0.0.3 => v0.0.4
This commit is contained in:
parent
1f221284e5
commit
6cac6c46d8
@ -45,6 +45,10 @@ module.exports = function(grunt) {
|
||||
'concat:bannerCSS'
|
||||
]);
|
||||
|
||||
grunt.registerTask('test', [
|
||||
'build'
|
||||
]);
|
||||
|
||||
grunt.registerTask('default', [
|
||||
'build'
|
||||
]);
|
||||
|
@ -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",
|
||||
|
2
dist/font-awesome-animation.css
vendored
2
dist/font-awesome-animation.css
vendored
@ -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
|
||||
*/
|
||||
|
2
dist/font-awesome-animation.min.css
vendored
2
dist/font-awesome-animation.min.css
vendored
@ -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
|
||||
*/
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "font-awesome-animation",
|
||||
"version": "0.0.3",
|
||||
"version": "0.0.4",
|
||||
"dependencies": {},
|
||||
"author": "l-lin",
|
||||
"devDependencies": {
|
||||
|
Loading…
Reference in New Issue
Block a user