diff --git a/api/package.json b/api/package.json index b4e0945..0b19897 100644 --- a/api/package.json +++ b/api/package.json @@ -8,14 +8,14 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/elliottminns/bitbooks.git" + "url": "git+https://github.com/vmundhra/bitbooks.git" }, - "author": "Elliott Minns ", + "author": "Vishal Mundhra", "license": "ISC", "bugs": { - "url": "https://github.com/elliottminns/bitbooks/issues" + "url": "https://github.com/vmundhra/bitbooks/issues" }, - "homepage": "https://github.com/elliottminns/bitbooks#readme", + "homepage": "https://github.com/vmundhra/bitbooks#readme", "dependencies": { "bitcoinjs-lib": "^5.0.5", "jayson": "^3.0.2", @@ -32,4 +32,4 @@ "request-promise-cache": "^2.0.0", "socket.io": "^2.2.0" } -} +} \ No newline at end of file diff --git a/web/package.json b/web/package.json index 1a16e5d..b081b07 100644 --- a/web/package.json +++ b/web/package.json @@ -2,7 +2,7 @@ "name": "bitbooks-web", "version": "1.0.0", "description": "The frontend for bitbooks", - "author": "Elliott Minns ", + "author": "Vishal Mundhra", "private": true, "scripts": { "dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js", @@ -78,4 +78,4 @@ "last 2 versions", "not ie <= 8" ] -} +} \ No newline at end of file