This commit is contained in:
Christopher Jeffrey 2019-03-21 12:07:59 -07:00
parent 6e5bc8a2df
commit 1216c77583
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "bcfg",
"version": "0.1.5",
"version": "0.1.6",
"description": "Config parser for bcoin",
"keywords": [
"conf",
@ -19,7 +19,7 @@
"test": "bmocha --reporter spec test/*-test.js"
},
"dependencies": {
"bsert": "~0.0.9"
"bsert": "~0.0.10"
},
"devDependencies": {
"bmocha": "^2.1.0"