From 1bbcdf97f05fae052baaee905caa44500602da8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B5=D0=BD=D0=B8=D1=81=20=D0=A1=D1=82=D1=80=D0=BE?= =?UTF-8?q?=D0=BA=D0=BE=D0=B2?= Date: Sun, 12 Feb 2023 23:42:01 +0300 Subject: [PATCH] fix for package.json github release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3adb522..4835fda 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "wc-wysiwyg-editor", + "name": "@webislife/wc-wysiwyg-editor", "version": "0.9.1", "description": "WYWSIWYG HTML5 Editor written in ts and designed by web-componennt, support all JS frameworks and browsers", "main": "src/wc-wysiwyg.ts",