Skip to content

Commit

Permalink
add 'homepage' and 'bugs' sections to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fracek committed Apr 10, 2012
1 parent 36208e7 commit 0525813
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -2,8 +2,10 @@
, "description": "node version manager"
, "version": "0.7.1"
, "author": "TJ Holowaychuk <tj@vision-media.ca>"
, "homepage": "https://github.com/visionmedia/n"
, "bugs": "https://github.com/visionmedia/n/issues"
, "keywords": ["node", "binary", "version", "env"]
, "bin": { "n": "./bin/n" }
, "repository": { "type": "git", "url": "git://github.com/visionmedia/n.git" }
, "engines": { "node": "*" }
}
}

0 comments on commit 0525813

Please sign in to comment.