This commit is contained in:
Christopher Jeffrey 2019-01-21 22:29:44 -08:00
parent 56b144c3b6
commit fd114544a8
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "bcfg",
"version": "0.1.4",
"version": "0.1.5",
"description": "Config parser for bcoin",
"keywords": [
"conf",
@ -19,10 +19,10 @@
"test": "bmocha --reporter spec test/*-test.js"
},
"dependencies": {
"bsert": "~0.0.5"
"bsert": "~0.0.8"
},
"devDependencies": {
"bmocha": "^0.1.0"
"bmocha": "^1.0.0"
},
"engines": {
"node": ">=8.0.0"