Comparing version 0.0.2 to 0.1.0
{ | ||
"name": "bcfg", | ||
"version": "0.0.2", | ||
"version": "0.1.0", | ||
"description": "Config parser for bcoin", | ||
@@ -22,18 +22,19 @@ "keywords": [ | ||
"test": "mocha --reporter spec test/*-test.js", | ||
"webpack": "webpack --config webpack.config.js" | ||
"webpack": "webpack --mode production --config webpack.config.js" | ||
}, | ||
"devDependencies": { | ||
"babelify": "^8.0.0", | ||
"babel-core": "^6.26.0", | ||
"babel-core": "^6.26.3", | ||
"babel-loader": "^7.1.4", | ||
"babel-preset-env": "^1.6.1", | ||
"browserify": "^16.1.1", | ||
"eslint": "^4.18.2", | ||
"mocha": "^5.0.4", | ||
"uglifyjs-webpack-plugin": "^1.2.3", | ||
"babel-preset-env": "^1.7.0", | ||
"browserify": "^16.2.2", | ||
"eslint": "^4.19.1", | ||
"mocha": "^5.2.0", | ||
"uglifyjs-webpack-plugin": "^1.2.5", | ||
"uglify-es": "^3.3.9", | ||
"webpack": "^4.1.1" | ||
"webpack": "^4.11.1", | ||
"webpack-cli": "^3.0.3" | ||
}, | ||
"engines": { | ||
"node": ">=7.6.0" | ||
"node": ">=8.0.0" | ||
}, | ||
@@ -40,0 +41,0 @@ "browser": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30490
11