Skip to content

Commit

Permalink
package update
Browse files Browse the repository at this point in the history
  • Loading branch information
vmundhra committed Jun 10, 2019
1 parent 871567c commit 16f5c3f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
"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",
Expand All @@ -32,4 +32,4 @@
"request-promise-cache": "^2.0.0",
"socket.io": "^2.2.0"
}
}
}
4 changes: 2 additions & 2 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "bitbooks-web",
"version": "1.0.0",
"description": "The frontend for bitbooks",
"author": "Elliott Minns <[email protected]>",
"author": "Vishal Mundhra",
"private": true,
"scripts": {
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
Expand Down Expand Up @@ -78,4 +78,4 @@
"last 2 versions",
"not ie <= 8"
]
}
}

0 comments on commit 16f5c3f

Please sign in to comment.