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 cf9e348 commit 58be6f0
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,19 @@
"name": "trim",
"version": "0.0.1",
"description": "Trim string whitespace",
"keywords": ["string", "trim"],
"keywords": [
"string",
"trim"
],
"author": "TJ Holowaychuk <[email protected]>",
"dependencies": {},
"devDependencies": {
"mocha": "*",
"should": "*"
},
"main": "index"
"main": "index",
"repository": {
"type": "git",
"url": "https://github.com/component/trim.git"
}
}

0 comments on commit 58be6f0

Please sign in to comment.