Update package.json

This commit is contained in:
Denis
2023-02-13 02:09:08 +03:00
committed by GitHub
parent ac5f987346
commit 92d68cefc8

View File

@ -1,6 +1,6 @@
{ {
"name": "@webislife/wc-wysiwyg", "name": "@webislife/wc-wysiwyg",
"version": "0.9.2", "version": "0.9.3",
"description": "WYWSIWYG HTML5 Editor written in ts and designed by web-componennt, support all JS frameworks and browsers", "description": "WYWSIWYG HTML5 Editor written in ts and designed by web-componennt, support all JS frameworks and browsers",
"main": "dist/wc-wysiwyg.js", "main": "dist/wc-wysiwyg.js",
"type": "module", "type": "module",
@ -38,4 +38,4 @@
"@webislife:registry": "https://npm.pkg.github.com" "@webislife:registry": "https://npm.pkg.github.com"
} }
} }