From 9027f84277d8875a6405d5a0693aebca07ef5585 Mon Sep 17 00:00:00 2001 From: Georg Krause <mail@georg-krause.net> Date: Sat, 23 Sep 2023 18:16:54 +0200 Subject: [PATCH] chore: Publish the package with the new name Part-of: <https://dev.funkwhale.audio/funkwhale/ui/-/merge_requests/70> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3fae4f9..3783787 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@funkwhale/vui", + "name": "@funkwhale/ui", "version": "0.1.3", "license": "GPL-3.0", "type": "module", -- GitLab