Skip to content

Commit f1b9a2f

Browse files
committed
1 parent a6eb125 commit f1b9a2f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jodit-react",
3-
"version": "5.3.17",
3+
"version": "5.3.18",
44
"description": "Jodit is awesome and usefully wysiwyg editor with filebrowser",
55
"main": "build/jodit-react.js",
66
"module": "./build/esm/index.mjs",

src/include.jodit.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import { Jodit as JoditES5 } from 'jodit/esm/index';
1+
import { Jodit as JoditES5 } from 'jodit/esm/index.js';
22
import type { Jodit as JoditConstructorType } from 'jodit/esm/jodit';
33
import 'jodit/es2021/jodit.min.css';
44

5-
import 'jodit/esm/plugins/all';
5+
import 'jodit/esm/plugins/all.js';
66

77
export const Jodit: typeof JoditConstructorType = JoditES5;

0 commit comments

Comments
 (0)