Skip to content

Commit

Permalink
adjusted js import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Amorano committed Mar 2, 2025
1 parent 786dbea commit 527d117
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ Please consider sponsoring me if you enjoy the results of my work, code or docum

## UPDATES

**2025/03/02** @1.1.14:
* adjusted js import paths

**2025/03/01** @1.1.13:
* fixed all the year dates in readme since I have been writing 2024! =D

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "jovi_glsl"
description = "ComfyUI Nodes that integrate GLSL shader support."
version = "1.1.13"
version = "1.1.14"
license = { file = "LICENSE" }
readme = "README.md"
authors = [{ name = "Alexander G. Morano", email = "[email protected]" }]
Expand Down
4 changes: 2 additions & 2 deletions web/widget_vector.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
*/


import { app } from "../../../scripts/app.js"
import { $el } from "../../../scripts/ui.js"
import { app } from "../../scripts/app.js"
import { $el } from "../../scripts/ui.js"
import { widgetToInput, widgetToWidget, domInnerValueChange } from './util_jov.js'
/** @import { IWidget, LGraphCanvas } from '../../types/litegraph/litegraph.d.ts' */

Expand Down

0 comments on commit 527d117

Please sign in to comment.