Skip to content

Commit

Permalink
add repository field to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ForbesLindesay committed Aug 21, 2013
1 parent d81fe66 commit 42a7caa
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"name": "batch"
, "version": "0.5.0"
, "description": "Simple async batch"
, "author": "TJ Holowaychuk <tj@vision-media.ca>"
, "devDependencies": {
"mocha": "*"
, "should": "*"
}
, "main": "index"
"name": "batch",
"version": "0.5.0",
"description": "Simple async batch",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"devDependencies": {
"mocha": "*",
"should": "*"
},
"main": "index",
"repository": {
"type": "git",
"url": "https://github.com/visionmedia/batch.git"
}
}

0 comments on commit 42a7caa

Please sign in to comment.