app-etc-config
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -56,6 +56,7 @@ 'use strict'; | ||
}); | ||
delete opts.schema; | ||
delete opts.formats; | ||
delete opts.ext; | ||
} | ||
delete opts.schema; | ||
delete opts.formats; | ||
delete opts.ext; | ||
this._opts = merge( {}, DEFAULTS, opts ); | ||
@@ -62,0 +63,0 @@ this._name = typeName( this ); |
{ | ||
"name": "app-etc-config", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Creates a configuration API.", | ||
@@ -30,2 +30,3 @@ "author": { | ||
"configuration", | ||
"conf", | ||
"settings", | ||
@@ -43,3 +44,6 @@ "env", | ||
"cjson", | ||
"alce" | ||
"alce", | ||
"json5", | ||
"hjson", | ||
"properties" | ||
], | ||
@@ -46,0 +50,0 @@ "bugs": { |
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
25348