diff --git a/package.json b/package.json index 39303fd..a83a756 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,13 @@ { - "name": "console-trace" - , "version": "0.2.1" - , "description": "Adds a handy `trace` flag to the console object to prepend the file and line number" - , "main": "./console-trace" - , "dependencies": { - "callsite": "*" + "name": "console-trace", + "version": "0.2.1", + "description": "Adds a handy `trace` flag to the console object to prepend the file and line number", + "main": "./console-trace", + "dependencies": { + "callsite": "*" + }, + "repository": { + "type": "git", + "url": "https://github.com/LearnBoost/console-trace.git" } }