chore: link prettier package to its github project

Add repository field to package.json, allowing the package page at npm to link to https://github.com/jlongster/prettier
master
Damien Lebrun 2017-01-11 15:40:29 +00:00 committed by Damien Lebrun
parent c8f671236c
commit 477e745a78
1 changed files with 8 additions and 0 deletions

View File

@ -4,6 +4,14 @@
"bin": {
"prettier": "./bin/prettier.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jlongster/prettier.git"
},
"author": "James Long",
"bugs": {
"url": "https://github.com/jlongster/prettier/issues"
},
"main": "./index.js",
"dependencies": {
"ast-types": "git+https://github.com/jlongster/ast-types.git",