diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-01-14 17:51:58 +1100 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-01-14 17:51:58 +1100 |
| commit | cb487aefb15ff2c59f8ff4dc329040e5d8f7ad12 (patch) | |
| tree | 55a4972aa6a09ac1ac15b485b7a03470d9a15af6 /package.json | |
| parent | launcher modes + player controls IPC (diff) | |
| download | caelestia-shell-cb487aefb15ff2c59f8ff4dc329040e5d8f7ad12.tar.gz caelestia-shell-cb487aefb15ff2c59f8ff4dc329040e5d8f7ad12.tar.bz2 caelestia-shell-cb487aefb15ff2c59f8ff4dc329040e5d8f7ad12.zip | |
launcher: better math
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index f0cb26d..c530938 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "dependencies": { "fuzzysort": "^3.1.0", - "math-expression-evaluator": "^2.0.6" + "mathjs": "^14.0.1" }, "devDependencies": { "esbuild": "0.24.2" |