Comparing version 1.0.0 to 1.0.1
@@ -31,3 +31,3 @@ /* | ||
this._configurations = []; | ||
if(typeof configuration === 'string'){ | ||
if(typeof configuration === "string"){ | ||
// TODO | ||
@@ -43,3 +43,3 @@ } | ||
configure(configuration) { | ||
if(typeof configuration === 'string'){ | ||
if(typeof configuration === "string"){ | ||
// TODO | ||
@@ -55,3 +55,3 @@ } | ||
reconfigure(configuration) { | ||
if(typeof configuration === 'string'){ | ||
if(typeof configuration === "string"){ | ||
// TODO | ||
@@ -58,0 +58,0 @@ } |
{ | ||
"name": "imito", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "copy and transform primitives and single or multiple objects", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
4771
6
103