From b6b21c2c6d53409cc19c0080b5a380fc5037523b Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 18 Feb 2022 01:25:21 +0300 Subject: [PATCH] npm update Signed-off-by: Alex A. Naanou --- features.js | 2 -- package.json | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/features.js b/features.js index b72c0cb..f567fba 100755 --- a/features.js +++ b/features.js @@ -1115,7 +1115,6 @@ object.Constructor('FeatureSet', { gvGraph: function(lst, dep){ lst = lst || this.features dep = dep || this - var graph = '' graph += 'digraph ImageGrid {\n' lst @@ -1128,7 +1127,6 @@ object.Constructor('FeatureSet', { graph += `\t"${f}" -> "${d}";\n` }) : (graph += `\t"${f}";\n`) }) graph += '}' - return graph }, }) diff --git a/package.json b/package.json index da35f19..60f58d4 100755 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ }, "homepage": "https://github.com/flynx/features.js#readme", "dependencies": { - "ig-actions": "^3.24.29", - "ig-object": "^5.4.16" + "ig-actions": "*", + "ig-object": "*" } }