Published 0.6.0

This commit is contained in:
Kristofer
2018-06-08 18:07:41 +02:00
parent b084ee8098
commit e4769c949a
3 changed files with 5293 additions and 5353 deletions

View File

@@ -1,5 +1,3 @@
//packer version
(function(global){
// *************************************************************
// LiteGraph CLASS *******
@@ -15976,11 +15974,7 @@ LiteGraph.registerNodeType("audio/destination", LGAudioDestination);
<<<<<<< HEAD
})( this );
=======
})( this );
>>>>>>> heads/upstream/master
//event related nodes
(function(global){
var LiteGraph = global.LiteGraph;
@@ -16239,8 +16233,4 @@ LGSillyClient.prototype.onGetOutputs = function()
LiteGraph.registerNodeType("network/sillyclient", LGSillyClient );
<<<<<<< HEAD
})(this);
=======
})(this);
>>>>>>> heads/upstream/master

6310
build/litegraph.min.js vendored

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{
"name": "litegraph.js",
"version": "0.5.0",
"version": "0.6.0",
"description": "A graph node editor similar to PD or UDK Blueprints, it works in a HTML5 Canvas and allow to exported graphs to be included in applications.",
"main": "build/litegraph.js",
"directories": {