@kerebron/extension-basic-editor 0.6.0 → 0.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kerebron/extension-basic-editor",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"module": "./esm/BasicEditorKit.js",
|
|
6
6
|
"exports": {
|
|
@@ -115,9 +115,7 @@
|
|
|
115
115
|
"./MarkSubscript": {
|
|
116
116
|
"import": "./esm/MarkSubscript.js"
|
|
117
117
|
},
|
|
118
|
-
"./assets
|
|
119
|
-
"import": "./assets/*.css"
|
|
120
|
-
}
|
|
118
|
+
"./assets/image-resize.css": "./assets/image-resize.css"
|
|
121
119
|
},
|
|
122
120
|
"scripts": {},
|
|
123
121
|
"files": [
|
|
@@ -126,7 +124,7 @@
|
|
|
126
124
|
"assets"
|
|
127
125
|
],
|
|
128
126
|
"dependencies": {
|
|
129
|
-
"@kerebron/editor": "0.6.
|
|
127
|
+
"@kerebron/editor": "0.6.2",
|
|
130
128
|
"prosemirror-history": "1.4.1",
|
|
131
129
|
"prosemirror-model": "1.25.3",
|
|
132
130
|
"prosemirror-state": "1.4.3",
|