Skip to content

Commit

Permalink
New version 1.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed May 22, 2024
1 parent ead70d3 commit afb8d28
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions examples/use-esm-build/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
import '/jodit/pro/docs/examples/jodit/esm/plugins/resizer/resizer.js';
import '/jodit/pro/docs/examples/jodit/esm/plugins/inline-popup/inline-popup.js';
import '/jodit/pro/docs/examples/jodit/esm/plugins/select/select.js';
import '/jodit/pro/docs/examples/jodit/esm/plugins/image-properties/image-properties.js';
import '/jodit/pro/docs/examples/jodit/esm/plugins/fullsize/fullsize.js';
const editor = new Jodit('#root');
</script>
</body>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jodit-examples",
"version": "1.0.20",
"version": "1.0.21",
"description": "Jodit Examples",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit afb8d28

Please sign in to comment.