Skip to content

Commit

Permalink
package.json: add "repository" section
Browse files Browse the repository at this point in the history
Fixes "npm docs n"
  • Loading branch information
TooTallNate committed Apr 9, 2012
1 parent 3eaa96a commit 8483e35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -4,5 +4,6 @@
, "author": "TJ Holowaychuk <tj@vision-media.ca>"
, "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 8483e35

Please sign in to comment.