From e34226efb8ff328ead422cbd97dde8df48433d9d 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: Mon, 13 Feb 2023 00:29:24 +0300 Subject: [PATCH] fix package.json for github release package --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4835fda..698835f 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@webislife/wc-wysiwyg-editor", + "name": "@webislife/wc-wysiwyg", "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",