Skip to content

Commit

Permalink
Bump v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
teppeis committed Feb 7, 2015
1 parent 6fda8e2 commit 39bb900
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"name": "grunt-parallelize",
"description": "Parallelize your task.",
"version": "1.0.0",
"version": "1.0.1",
"homepage": "https://github.com/teppeis/grunt-parallelize",
"author": {
"name": "Teppei Sato",
"email": "teppeis@gmail.com",
"url": "http://twitter.com/teppeis"
"email": "teppeis@gmail.com"
},
"repository": {
"type": "git",
Expand All @@ -21,7 +20,7 @@
"url": "https://github.com/teppeis/grunt-parallelize/blob/master/LICENSE"
}
],
"main": "Gruntfile.js",
"main": "./tasks/parallelize.js",
"engines": {
"node": ">= 0.10.0"
},
Expand Down

0 comments on commit 39bb900

Please sign in to comment.