Distribute src/litegraph.js (#6)

* Use most-up-to-date src/litegraph.js as index

* Update version

* nit
This commit is contained in:
Chenlei Hu
2024-07-05 18:35:32 -04:00
committed by GitHub
parent 8f1d91f952
commit 1933526a61

View File

@@ -1,8 +1,8 @@
{
"name": "@comfyorg/litegraph",
"version": "0.7.18",
"version": "0.7.19",
"description": "A graph node editor similar to PD or UDK Blueprints. It works in an HTML5 Canvas and allows to export graphs to be included in applications.",
"main": "build/litegraph.core.js",
"main": "src/litegraph.js",
"types": "src/litegraph.d.ts",
"directories": {
"doc": "doc"
@@ -25,7 +25,7 @@
"author": "comfyorg",
"license": "MIT",
"files": [
"build/litegraph.core.js",
"src/litegraph.js",
"css/litegraph.css",
"src/litegraph.d.ts"
],