diff options
| author | Tulir Asokan <tulir@maunium.net> | 2024-05-18 16:08:35 +0300 |
|---|---|---|
| committer | Tulir Asokan <tulir@maunium.net> | 2024-05-18 16:18:55 +0300 |
| commit | 47f17fde452b5e9f0c9e96ce0e2c878dd0574b7f (patch) | |
| tree | d24482ccf9720fe9defce1b361575ae9bbaf1a25 /web/package.json | |
| parent | f59406a47a6778cd402e656ffb64f667335f665a (diff) | |
Add support for sending gifs via Giphy
Fixes #22
Closes #75
Co-authored-by: Nischay <hegdenischay@gmail.com>
Diffstat (limited to 'web/package.json')
| -rw-r--r-- | web/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/package.json b/web/package.json index b2b7f90..44fe1ea 100644 --- a/web/package.json +++ b/web/package.json @@ -11,9 +11,9 @@ "sass": "sass --no-source-map --style=compressed style/" }, "dependencies": { + "esinstall": "^1.1.7", "htm": "^3.1.0", "preact": "^10.5.14", - "esinstall": "^1.1.7", "sass": "^1.42.1" } } |
