diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-04-26 21:09:16 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-04-26 21:09:16 +0300 |
commit | a13314253d9619843544b484ab37e221c5d4cd05 (patch) | |
tree | cbe374ac4e78e1e17770cfa811329b310288abd4 /web | |
parent | app/packages: cache svg & trim more whitespaces (diff) | |
download | soko-a13314253d9619843544b484ab37e221c5d4cd05.tar.gz soko-a13314253d9619843544b484ab37e221c5d4cd05.tar.bz2 soko-a13314253d9619843544b484ab37e221c5d4cd05.zip |
upgrade to node 20
- thanks to upgrade of @gentoo/tyrian, we can now upgrade to newer node
version (from 13 to 20!)
- remove invalid import "packages.js" which was empty and now removed
- upgrade some dependencies
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'web')
-rw-r--r-- | web/templates/packages/show.tmpl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/web/templates/packages/show.tmpl b/web/templates/packages/show.tmpl index c2f2a39..3e8dad2 100644 --- a/web/templates/packages/show.tmpl +++ b/web/templates/packages/show.tmpl @@ -34,8 +34,5 @@ {{template "footer" .Application }} -<script src="/assets/packages.js"></script> - - </body> </html> |