v0.1.6
This commit is contained in:
parent
6e5bc8a2df
commit
1216c77583
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "bcfg",
|
"name": "bcfg",
|
||||||
"version": "0.1.5",
|
"version": "0.1.6",
|
||||||
"description": "Config parser for bcoin",
|
"description": "Config parser for bcoin",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"conf",
|
"conf",
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
"test": "bmocha --reporter spec test/*-test.js"
|
"test": "bmocha --reporter spec test/*-test.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bsert": "~0.0.9"
|
"bsert": "~0.0.10"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"bmocha": "^2.1.0"
|
"bmocha": "^2.1.0"
|
||||||
|
|
Loading…
Reference in New Issue