diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-11-07 11:03:23 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-11-07 11:03:23 +0900 |
| commit | e8c78e12d5674df9099a4f7b83102ba5d82c9ee8 (patch) | |
| tree | 42b532b85a4e268cd788254e849a86d313c92c5f /package.json | |
| parent | Bump version to 2025.11.0-alpha.2 (diff) | |
| download | misskey-e8c78e12d5674df9099a4f7b83102ba5d82c9ee8.tar.gz misskey-e8c78e12d5674df9099a4f7b83102ba5d82c9ee8.tar.bz2 misskey-e8c78e12d5674df9099a4f7b83102ba5d82c9ee8.zip | |
Update package.json
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index b9980f9c26..944e19469a 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,8 @@ "@aiscript-dev/aiscript-languageserver": "-" }, "ignoredBuiltDependencies": [ - "@sentry-internal/node-cpu-profiler" + "@sentry-internal/node-cpu-profiler", + "exifreader" ] } } |