Skip to content

Commit 721c4a9

Browse files
authored
Only publish litegraph.core.js (#4)
* Only publish litegraph.core.js * Update version
1 parent a59f6e8 commit 721c4a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@comfyorg/litegraph",
3-
"version": "0.7.15",
3+
"version": "0.7.16",
44
"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.",
55
"main": "build/litegraph.js",
66
"types": "src/litegraph.d.ts",
@@ -25,7 +25,7 @@
2525
"author": "comfyorg",
2626
"license": "MIT",
2727
"files": [
28-
"build",
28+
"build/litegraph.core.js",
2929
"css/litegraph.css",
3030
"src/litegraph.d.ts"
3131
],

0 commit comments

Comments
 (0)