config-chain
Advanced tools
Comparing version 1.1.9 to 1.1.10
{ | ||
"name": "config-chain", | ||
"version": "1.1.9", | ||
"version": "1.1.10", | ||
"licenses": [ | ||
@@ -18,3 +18,3 @@ { | ||
"proto-list": "~1.2.1", | ||
"ini": "1" | ||
"ini": "^1.3.4" | ||
}, | ||
@@ -21,0 +21,0 @@ "devDependencies": { |
@@ -41,3 +41,3 @@ var CC = require('../index.js').ConfigChain | ||
t.equal(fs.readFileSync(f1, 'utf8'), | ||
"bloo = jaus\nfoo = zoo\n") | ||
"bloo=jaus\nfoo=zoo\n") | ||
t.equal(fs.readFileSync(f2, 'utf8'), | ||
@@ -44,0 +44,0 @@ "{\"oof\":\"ooz\",\"oolb\":\"suaj\"}") |
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
21551
Updatedini@^1.3.4