mirror of
https://github.com/l-lin/font-awesome-animation.git
synced 2024-12-28 22: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'
|
'concat:bannerCSS'
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
grunt.registerTask('test', [
|
||||||
|
'build'
|
||||||
|
]);
|
||||||
|
|
||||||
grunt.registerTask('default', [
|
grunt.registerTask('default', [
|
||||||
'build'
|
'build'
|
||||||
]);
|
]);
|
||||||
|
@ -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",
|
||||||
|
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
|
* https://github.com/l-lin/font-awesome-animation
|
||||||
* License: MIT
|
* 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
|
* https://github.com/l-lin/font-awesome-animation
|
||||||
* License: MIT
|
* License: MIT
|
||||||
*/
|
*/
|
||||||
|
@ -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": {
|
||||||
|
Loading…
Reference in New Issue
Block a user