confidence
Advanced tools
Comparing version 1.4.1 to 1.4.2
{ | ||
"name": "confidence", | ||
"description": "Configuration API", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"repository": "git://github.com/hapijs/confidence", | ||
@@ -24,3 +24,3 @@ "main": "lib/index.js", | ||
"code": "1.x.x", | ||
"lab": "5.x.x" | ||
"lab": "6.x.x" | ||
}, | ||
@@ -27,0 +27,0 @@ "bin": { |
@@ -21,3 +21,2 @@ // Load modules | ||
var after = lab.after; | ||
var describe = lab.experiment; | ||
var it = lab.test; | ||
@@ -24,0 +23,0 @@ |
@@ -200,3 +200,3 @@ // Load modules | ||
var err = store.load({ $b: 3 }); | ||
store.load({ $b: 3 }); | ||
}).to.throw('Unknown $ directive $b'); | ||
@@ -471,5 +471,5 @@ | ||
var store = new Confidence.Store(tree); | ||
new Confidence.Store(tree); | ||
}); | ||
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
85716
966