v0.1.0
This commit is contained in:
parent
28b3fe066c
commit
e940a5ccfd
21
package.json
21
package.json
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "bcfg",
|
"name": "bcfg",
|
||||||
"version": "0.0.2",
|
"version": "0.1.0",
|
||||||
"description": "Config parser for bcoin",
|
"description": "Config parser for bcoin",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"conf",
|
"conf",
|
||||||
|
@ -19,22 +19,23 @@
|
||||||
"clean": "rm -f bcfg.js",
|
"clean": "rm -f bcfg.js",
|
||||||
"lint": "eslint lib/ test/ || exit 0",
|
"lint": "eslint lib/ test/ || exit 0",
|
||||||
"test": "mocha --reporter spec test/*-test.js",
|
"test": "mocha --reporter spec test/*-test.js",
|
||||||
"webpack": "webpack --config webpack.config.js"
|
"webpack": "webpack --mode production --config webpack.config.js"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babelify": "^8.0.0",
|
"babelify": "^8.0.0",
|
||||||
"babel-core": "^6.26.0",
|
"babel-core": "^6.26.3",
|
||||||
"babel-loader": "^7.1.4",
|
"babel-loader": "^7.1.4",
|
||||||
"babel-preset-env": "^1.6.1",
|
"babel-preset-env": "^1.7.0",
|
||||||
"browserify": "^16.1.1",
|
"browserify": "^16.2.2",
|
||||||
"eslint": "^4.18.2",
|
"eslint": "^4.19.1",
|
||||||
"mocha": "^5.0.4",
|
"mocha": "^5.2.0",
|
||||||
"uglifyjs-webpack-plugin": "^1.2.3",
|
"uglifyjs-webpack-plugin": "^1.2.5",
|
||||||
"uglify-es": "^3.3.9",
|
"uglify-es": "^3.3.9",
|
||||||
"webpack": "^4.1.1"
|
"webpack": "^4.11.1",
|
||||||
|
"webpack-cli": "^3.0.3"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=7.6.0"
|
"node": ">=8.0.0"
|
||||||
},
|
},
|
||||||
"browser": {
|
"browser": {
|
||||||
"./lib/fs": "./lib/fs-browser.js"
|
"./lib/fs": "./lib/fs-browser.js"
|
||||||
|
|
Loading…
Reference in New Issue