Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cyderize committed Nov 23, 2023
1 parent 07d373f commit 0151a70
Show file tree
Hide file tree
Showing 4 changed files with 394 additions and 1,217 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MiniZinc Playground

Write and run MiniZinc models entirely within your browser.

Try it out at https://minizinc.dev/solve.
Try it out at https://play.minizinc.dev.

The playground is a [Svelte](https://svelte.dev) app which uses the
[WebAssembly build of MiniZinc](https://github.com/minizinc/minizinc-js) to run MiniZinc locally in the browser.
Expand Down
2 changes: 1 addition & 1 deletion jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* a value or a type, so tell TypeScript to enforce using
* `import type` instead of `import` for Types.
*/
"importsNotUsedAsValues": "error",
"verbatimModuleSyntax": true,
"isolatedModules": true,
"resolveJsonModule": true,
/**
Expand Down
Loading

0 comments on commit 0151a70

Please sign in to comment.