From 47824661fa9a5d7aceb01e2b48b84176f94270eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjam=C3=ADn=20Eidelman?= Date: Sat, 15 Feb 2014 02:51:59 -0200 Subject: [PATCH] added repository to package.json this will stop npm from throwing a warning everytime expect.js is installed --- package.json | 4 ++++ 1 file changed, 4 insertions(+) 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": "*"