mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 18:52:19 +00:00
Distribute src/litegraph.js (#6)
* Use most-up-to-date src/litegraph.js as index * Update version * nit
This commit is contained in:
@@ -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"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user