object-lib
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -87,3 +87,3 @@ "use strict"; | ||
return (...args) => { | ||
const result = mkChild(args[0]); | ||
const result = mkChild(last(args)); | ||
const groups = {}; | ||
@@ -90,0 +90,0 @@ args.forEach(arg => scanner(arg, { |
{ | ||
"name": "object-lib", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"main": "lib/index.js", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -73,3 +73,3 @@ # object-lib | ||
```js | ||
const { Merge } = require('object-lig'); | ||
const { Merge } = require('object-lib'); | ||
@@ -76,0 +76,0 @@ Merge()( |
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
11367