bugfix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-07-06 00:10:07 +03:00
parent c363766127
commit 1f23c61fd5
2 changed files with 2 additions and 2 deletions

View File

@ -437,7 +437,7 @@ function*(obj, name=undefined){
var entries = var entries =
module.entries = module.entries =
function*(obj, name, props=false){ function*(obj, name, props=false){
for(var o of sources(obj, name)){ for(var obj of sources(obj, name)){
yield [ yield [
obj, obj,
props ? props ?

View File

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