From 4097ad9bb5c1a289cefd1c324b5881b3dc898a06 Mon Sep 17 00:00:00 2001 From: Rob Colburn Date: Thu, 3 Dec 2015 08:32:52 -0800 Subject: [PATCH] Update GitHub reference The GitHub URL ( https://www.npmjs.com/package/chai-spies ) on NPM currently leads to a 404. Let's update to the organization url. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a0daf39..53e422d 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "version": "0.7.1", "repository": { "type": "git", - "url": "git://github.com/logicalparadox/chai-spies.git" + "url": "git://github.com/chaijs/chai-spies.git" }, "main": "./index", "scripts": {