Skip to content

Commit

Permalink
v0.4.0 (javascript)
Browse files Browse the repository at this point in the history
javascript version now matches Rust version
  • Loading branch information
DougAnderson444 committed Jun 13, 2024
1 parent 0d8023a commit 0a8e2cb
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 3 deletions.
94 changes: 92 additions & 2 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wurbo",
"version": "0.3.8",
"version": "0.4.0",
"license": "MIT",
"author": "DougAnderson444 <DougAnderson444@gmail.com>",
"description": "A tiny front-end framework for webassembly components",
Expand Down Expand Up @@ -42,6 +42,7 @@
"@sveltejs/adapter-auto": "^3.1.1",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.5.2",
"@sveltejs/package": "^2.3.1",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.24",
Expand Down

0 comments on commit 0a8e2cb

Please sign in to comment.