Comparing version 0.1.0-alpha.4 to 0.1.0-alpha.5
@@ -252,3 +252,3 @@ 'use strict'; | ||
if (hasOwnProperty.call(source, key)) { | ||
target[key] = source; | ||
target[key] = source[key]; | ||
} | ||
@@ -255,0 +255,0 @@ }); |
{ | ||
"name": "refect", | ||
"version": "0.1.0-alpha.4", | ||
"version": "0.1.0-alpha.5", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -224,3 +224,3 @@ import { curry, placeholder } from './curry'; | ||
if (hasOwnProperty.call(source, key)) { | ||
target[key] = source; | ||
target[key] = source[key]; | ||
} | ||
@@ -227,0 +227,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
53679