diff options
| author | Fuwn <[email protected]> | 2024-07-25 00:25:48 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-07-25 00:25:48 -0700 |
| commit | 120981340a3fec80ecc186a3131bd59ed13a2fa6 (patch) | |
| tree | ccc4c8a944165dce66bd04fe4eaf5eb49bf9c329 /package.json | |
| parent | refactor(Database): move Supabase user modules to User module (diff) | |
| download | due.moe-120981340a3fec80ecc186a3131bd59ed13a2fa6.tar.xz due.moe-120981340a3fec80ecc186a3131bd59ed13a2fa6.zip | |
deps(web-push): add types
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index cdf74a7d..c9c3cfbd 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,7 @@ "@types/fast-levenshtein": "^0.0.4", "@types/jsdom": "^21.1.6", "@types/string-similarity": "^4.0.2", + "@types/web-push": "^3.6.3", "@typescript-eslint/eslint-plugin": "^5.45.0", "@typescript-eslint/parser": "^5.45.0", "autoprefixer": "^10.4.16", |