Skip to content

Commit

Permalink
put grunt.js back in root so grunt plugins that depend on this work
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Kellen committed Jun 8, 2012
1 parent b088d15 commit ee7c444
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions grunt.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = function(grunt) {
grunt.loadTasks("tasks");
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-contrib",
"description": "A collection of common grunt tasks.",
"version": "0.0.5",
"version": "0.0.6",
"homepage": "https://github.com/gruntjs/grunt-contrib",
"author": {
"name": "\"Cowboy\" Ben Alman and contributors",
Expand Down

0 comments on commit ee7c444

Please sign in to comment.