From 477e745a78def77d3e38e99af37d95a6fb107b40 Mon Sep 17 00:00:00 2001 From: Damien Lebrun Date: Wed, 11 Jan 2017 15:40:29 +0000 Subject: [PATCH] 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 --- package.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/package.json b/package.json index 5e7a8cb6..aa2d7c59 100644 --- a/package.json +++ b/package.json @@ -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",