From 79320ad975aee10b6b136866441a62230af77a0b Mon Sep 17 00:00:00 2001 From: Aaron Jensen Date: Mon, 5 Sep 2016 22:52:41 -0700 Subject: [PATCH] Update urls --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8b9d432..b097d6c 100644 --- a/package.json +++ b/package.json @@ -2,10 +2,10 @@ "name": "updeep", "version": "0.16.1", "description": "Easily update nested frozen objects and arrays in a declarative and immutable manner.", - "homepage": "https://github.com/aaronjensen/updeep", + "homepage": "https://github.com/substantial/updeep", "repository": { "type": "git", - "url": "https://github.com/aaronjensen/updeep" + "url": "https://github.com/substantial/updeep" }, "author": "Aaron Jensen", "files": [ @@ -26,7 +26,7 @@ }, "license": "MIT", "bugs": { - "url": "https://github.com/aaronjensen/updeep/issues" + "url": "https://github.com/substantial/updeep/issues" }, "dependencies": { "lodash": "^4.2.0"