Skip to content

Commit 8ce4025

Browse files
committed
build: 1.2.0
1 parent ea29151 commit 8ce4025

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "supercode-tinymce-plugin",
3-
"version": "1.0.2",
4-
"description": "Opensource and Powerful Source Code editor for TinyMCE. Also enables more than just HTML editing enabling Markdown Editing or any source code editing.",
3+
"version": "1.2.0",
4+
"description": "An Enhanced and open source Code editor for TinyMCE with improved integration with TinyMCE view",
55
"main": "index.js",
66
"scripts": {
77
"build": "cp src/* supercode/ -r && vite build",
@@ -27,7 +27,7 @@
2727
"vite": "^5.2.7"
2828
},
2929
"dependencies": {
30-
"@tinymce/tinymce-react": "^5.0.0",
30+
"@tinymce/tinymce-react": "^5.0.1",
3131
"markdown-it": "^14.1.0",
3232
"tinymce": "^7.0.0",
3333
"turndown": "^7.1.3"

0 commit comments

Comments
 (0)