v0.1.5
This commit is contained in:
parent
56b144c3b6
commit
fd114544a8
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "bcfg",
|
"name": "bcfg",
|
||||||
"version": "0.1.4",
|
"version": "0.1.5",
|
||||||
"description": "Config parser for bcoin",
|
"description": "Config parser for bcoin",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"conf",
|
"conf",
|
||||||
|
@ -19,10 +19,10 @@
|
||||||
"test": "bmocha --reporter spec test/*-test.js"
|
"test": "bmocha --reporter spec test/*-test.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bsert": "~0.0.5"
|
"bsert": "~0.0.8"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"bmocha": "^0.1.0"
|
"bmocha": "^1.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.0.0"
|
"node": ">=8.0.0"
|
||||||
|
|
Loading…
Reference in New Issue