Skip to content

Commit

Permalink
Typing export (#9143)
Browse files Browse the repository at this point in the history
* Typing export

* fix
  • Loading branch information
Duncid authored Dec 5, 2024
1 parent e5bf11f commit 64f6681
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions sparkle/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 sparkle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dust-tt/sparkle",
"version": "0.2.334",
"version": "0.2.335",
"scripts": {
"build": "rm -rf dist && npm run tailwind && npm run build:esm && npm run build:cjs",
"tailwind": "tailwindcss -i ./src/styles/tailwind.css -o dist/sparkle.css",
Expand Down

0 comments on commit 64f6681

Please sign in to comment.