Skip to content

Commit

Permalink
Update pipeline for Civet 0.6.71
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrk24 committed Feb 11, 2024
1 parent f1671e8 commit 57c6e7a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion wasm/in.civet
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,8 @@ updateColorPicker := :void =>
elements.colorPicker.insertBefore createColorDiv(color, colors.count() - 1), @
{ +passive }
// https://github.com/DanielXMoore/Civet/issues/959
|> (x) => x as any
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|> as any
elements.colorPicker.appendChild elements.addColorButton

toggleColorPicker := :void =>
Expand Down
14 changes: 7 additions & 7 deletions wasm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"@danielx/civet": "~0.6.69",
"@danielx/civet": "~0.6.71",
"sass": "^1.64.1",
"terser": "^5.19.2"
},
Expand Down

0 comments on commit 57c6e7a

Please sign in to comment.