mirror of
https://github.com/webislife/wc-wysiwyg.git
synced 2025-07-21 05:47:26 +00:00
2
.github/workflows/release-package.yml
vendored
2
.github/workflows/release-package.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: wc-wysiwyg package
|
name: wc-wysiwyg-editor package
|
||||||
|
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
|
@ -6,7 +6,7 @@ See full demo - [wc-wysiwyg demo](https://webislife.ru/demo/wc-wysiwyg/) list an
|
|||||||
## Install
|
## Install
|
||||||
|
|
||||||
```
|
```
|
||||||
npm i wc-wysiwyg
|
npm i wc-wysiwyg-editor --save
|
||||||
```
|
```
|
||||||
|
|
||||||
## Commands
|
## Commands
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "wc-wysiwyg",
|
"name": "wc-wysiwyg-editor",
|
||||||
"version": "0.9.0",
|
"version": "0.9.1",
|
||||||
"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": "src/wc-wysiwyg.ts",
|
"main": "src/wc-wysiwyg.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Reference in New Issue
Block a user