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"