From 28c3fc939cdea22879505e009acc09e85df4d1a1 Mon Sep 17 00:00:00 2001 From: huchenlei Date: Fri, 5 Jul 2024 15:27:18 -0400 Subject: [PATCH] Change main to litegraph.core.js --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2f58cfaf0..b29e246ee 100755 --- a/package.json +++ b/package.json @@ -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"