v0.0.2
This commit is contained in:
parent
059d237b5b
commit
28b3fe066c
16
package.json
16
package.json
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "bcfg",
|
"name": "bcfg",
|
||||||
"version": "0.0.1",
|
"version": "0.0.2",
|
||||||
"description": "Config parser for bcoin",
|
"description": "Config parser for bcoin",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"conf",
|
"conf",
|
||||||
|
@ -24,14 +24,14 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babelify": "^8.0.0",
|
"babelify": "^8.0.0",
|
||||||
"babel-core": "^6.26.0",
|
"babel-core": "^6.26.0",
|
||||||
"babel-loader": "^7.1.2",
|
"babel-loader": "^7.1.4",
|
||||||
"babel-preset-env": "^1.6.1",
|
"babel-preset-env": "^1.6.1",
|
||||||
"browserify": "^14.5.0",
|
"browserify": "^16.1.1",
|
||||||
"eslint": "^4.14.0",
|
"eslint": "^4.18.2",
|
||||||
"mocha": "^4.0.1",
|
"mocha": "^5.0.4",
|
||||||
"uglifyjs-webpack-plugin": "^1.1.5",
|
"uglifyjs-webpack-plugin": "^1.2.3",
|
||||||
"uglify-es": "^3.1.3",
|
"uglify-es": "^3.3.9",
|
||||||
"webpack": "^3.10.0"
|
"webpack": "^4.1.1"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=7.6.0"
|
"node": ">=7.6.0"
|
||||||
|
|
Loading…
Reference in New Issue