mirror of
https://github.com/tj/n.git
synced 2024-11-24 19:46:56 +01:00
add 'homepage' and 'bugs' sections to package.json
This commit is contained in:
parent
36208e7664
commit
0525813689
@ -2,8 +2,10 @@
|
|||||||
, "description": "node version manager"
|
, "description": "node version manager"
|
||||||
, "version": "0.7.1"
|
, "version": "0.7.1"
|
||||||
, "author": "TJ Holowaychuk <tj@vision-media.ca>"
|
, "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"]
|
, "keywords": ["node", "binary", "version", "env"]
|
||||||
, "bin": { "n": "./bin/n" }
|
, "bin": { "n": "./bin/n" }
|
||||||
, "repository": { "type": "git", "url": "git://github.com/visionmedia/n.git" }
|
, "repository": { "type": "git", "url": "git://github.com/visionmedia/n.git" }
|
||||||
, "engines": { "node": "*" }
|
, "engines": { "node": "*" }
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user