@dile/editor 2.4.16 → 2.4.18
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/README.md +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -4,4 +4,4 @@ Webcomponent to create a WYSIWYG Markdown editor, customizable on diferent ways.
|
|
|
4
4
|
|
|
5
5
|
## Docs an demos
|
|
6
6
|
|
|
7
|
-
Read the docs and find demos on the [dile-components site](https://dile-components.
|
|
7
|
+
Read the docs and find demos on the [dile-components site](https://dile-components.com/components/dile-editor/)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dile/editor",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.18",
|
|
4
4
|
"description": "Webcomponent to create a user editor interface, configured on various ways",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"markdown",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
],
|
|
13
13
|
"type": "module",
|
|
14
14
|
"author": "midesweb <miguel@desarrolloweb.com>",
|
|
15
|
-
"homepage": "https://dile-components.
|
|
15
|
+
"homepage": "https://dile-components.com/",
|
|
16
16
|
"license": "MIT",
|
|
17
17
|
"main": "index.js",
|
|
18
18
|
"publishConfig": {
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"url": "https://github.com/Polydile/dile-components/issues"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@dile/icons": "^2.1.
|
|
33
|
-
"@dile/ui": "^2.
|
|
32
|
+
"@dile/icons": "^2.1.3",
|
|
33
|
+
"@dile/ui": "^2.6.0",
|
|
34
34
|
"lit": "^2.7.0 || ^3.0.0",
|
|
35
35
|
"prosemirror-commands": "^1.6.2",
|
|
36
36
|
"prosemirror-example-setup": "^1.2.3",
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"prosemirror-state": "^1.4.3",
|
|
42
42
|
"prosemirror-view": "^1.37.0"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "60b2984016e81117b9da0a5b5fe8dcd5eb8cee98"
|
|
45
45
|
}
|