Skip to content

Commit

Permalink
package: add the "repository" section to the package.json file
Browse files Browse the repository at this point in the history
so that `npm docs eson` works as expected
  • Loading branch information
TooTallNate committed Jul 20, 2012
1 parent 4458f1c commit 10eb5b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -2,6 +2,7 @@
"name": "eson"
, "version": "0.3.0"
, "description": "Extended JSON - pluggable JSON logic for dates, includes, and more"
, "repository": { "type": "git", "url": "git://github.com/visionmedia/eson.git" }
, "keywords": ["json", "config"]
, "author": "TJ Holowaychuk <tj@vision-media.ca>"
, "dependencies": {
Expand Down

0 comments on commit 10eb5b4

Please sign in to comment.