Skip to content

Commit

Permalink
Fix missing dependency for simpledev
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesDoberer committed Sep 24, 2024
1 parent d100202 commit dc262fd
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 1 deletion.
86 changes: 86 additions & 0 deletions core/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 core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"svelte": "3.54.0",
"svelte-preprocess": "^4.10.7",
"typescript": "^4.9.4",
"vite": "^4.0.0"
"vite": "^4.0.0",
"fs-extra":"^11.2.0"
},
"scripts": {
"test": "jest",
Expand Down

0 comments on commit dc262fd

Please sign in to comment.