preparing to publish...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-04-12 02:01:49 +03:00
parent 563d9df54f
commit 3f6b709ef5
2 changed files with 2 additions and 2 deletions

View File

@ -105,7 +105,7 @@ module.mixin =
function(root, ...objects){
return objects
.reduce(function(res, cur){
return mixinFlat(Object.create(res), cur) }, root) }
return module.mixinFlat(Object.create(res), cur) }, root) }

View File

@ -1,6 +1,6 @@
{
"name": "ig-object",
"version": "2.1.0",
"version": "2.1.1",
"description": "",
"main": "object.js",
"scripts": {