Change main to litegraph.core.js (#5)

This commit is contained in:
Chenlei Hu
2024-07-05 15:27:49 -04:00
committed by GitHub
parent 721c4a9556
commit 716180540f

View File

@@ -1,8 +1,8 @@
{
"name": "@comfyorg/litegraph",
"version": "0.7.16",
"version": "0.7.17",
"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.js",
"main": "build/litegraph.core.js",
"types": "src/litegraph.d.ts",
"directories": {
"doc": "doc"