config-handler
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -25,2 +25,4 @@ /*! | ||
function configHandler(options) { | ||
options = options || {}; | ||
const pkg = require(join(__dirname, '..', 'package.json')); | ||
@@ -27,0 +29,0 @@ const cwd = options.cwd || process.cwd(); |
{ | ||
"name": "config-handler", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"engines" : { | ||
@@ -5,0 +5,0 @@ "node" : ">=6.0.0" |
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
7782
135