diff --git a/package.json b/package.json index 1f67b04..14a9343 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,10 @@ , "version": "0.2.0" , "description": "BDD style assertions for node and the browser." , "main": "./expect" + , "repository": { + "type": "git", + "url": "git://github.com/LearnBoost/expect.js.git" + } , "devDependencies": { "mocha": "*" , "serve": "*"