Bumped version and set explicit versions of levelup and leveldown.

This commit is contained in:
Chris Kleeschulte 2017-10-11 17:22:44 -04:00
parent cecc0592a8
commit 8b1099986b
No known key found for this signature in database
GPG Key ID: 33195D27EF6BDB7F
2 changed files with 4 additions and 4 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "bitcore-node",
"version": "5.0.0-beta.17",
"version": "5.0.0-beta.18",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -5,7 +5,7 @@
"node": ">=8.0.0"
},
"author": "BitPay <dev@bitpay.com>",
"version": "5.0.0-beta.17",
"version": "5.0.0-beta.18",
"main": "./index.js",
"repository": "git://github.com/bitpay/bitcore-node.git",
"homepage": "https://github.com/bitpay/bitcore-node",
@ -39,8 +39,8 @@
"commander": "^2.8.1",
"errno": "^0.1.4",
"express": "^4.13.3",
"leveldown": "",
"levelup": "",
"leveldown": "^2.0.0",
"levelup": "^1.3.9",
"liftoff": "^2.2.0",
"lodash": "^4.17.4",
"lru-cache": "^4.0.2",