v0.1.5
This commit is contained in:
parent
56b144c3b6
commit
fd114544a8
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue