Skip to content

Commit

Permalink
Add grunt test task + Upgrade version v0.0.3 => v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
l-lin committed Apr 16, 2014
1 parent 1f22128 commit 6cac6c4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ module.exports = function(grunt) {
'concat:bannerCSS'
]);

grunt.registerTask('test', [
'build'
]);

grunt.registerTask('default', [
'build'
]);
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion dist/font-awesome-animation.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/font-awesome-animation.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "font-awesome-animation",
"version": "0.0.3",
"version": "0.0.4",
"dependencies": {},
"author": "l-lin",
"devDependencies": {
Expand Down

0 comments on commit 6cac6c4

Please sign in to comment.