diff --git a/package.json b/package.json index 75171b8..3fa4d29 100644 --- a/package.json +++ b/package.json @@ -11,5 +11,12 @@ }, "devDependencies": { "mocha": "1.8.1" + }, + "repository": { + "type": "git", + "url": "https://github.com/evanw/node-source-map-support" + }, + "bugs": { + "url": "https://github.com/evanw/node-source-map-support/issues" } }