Update urls

This commit is contained in:
Aaron Jensen 2016-09-05 22:52:41 -07:00
parent 541c2e8a6c
commit 79320ad975
No known key found for this signature in database
GPG Key ID: 395CF9A719B6724C

View File

@ -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"