Merge pull request #109 from dinoboff/patch-1

chore: link prettier package to its github project
master
James Long 2017-01-11 12:09:23 -05:00 committed by GitHub
commit 250d6d88dd
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",