mirror of
https://github.com/flynx/features.js.git
synced 2025-10-28 09:50:10 +00:00
npm update
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
ef81ffec96
commit
b6b21c2c6d
@ -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 },
|
||||
})
|
||||
|
||||
|
||||
@ -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": "*"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user