From 073f83ea4393233d79ceb3636d2e26b446f27de3 Mon Sep 17 00:00:00 2001 From: Alexandre Neuwald CTW Date: Fri, 11 Oct 2024 14:57:38 +0100 Subject: [PATCH] Fix package name (#7) * Fix package name on package.json * format ci pipeline --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 92a2fbc4..7ea0c163 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "comlink", + "name": "@lichtblick/comlink", "version": "1.0.3", "description": "Comlink makes WebWorkers enjoyable", "main": "dist/umd/comlink.js",