@oix1987/yjd 1.0.2 → 1.0.3

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.
Files changed (2) hide show
  1. package/dist/styles.css +2123 -0
  2. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oix1987/yjd",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "A powerful rich text editor with real-time content change tracking for web applications using base javascript",
5
5
  "license": "ISC",
6
6
  "author": "Oix1987",
@@ -11,7 +11,8 @@
11
11
  ".": {
12
12
  "import": "./dist/rich-editor.esm.js",
13
13
  "require": "./dist/rich-editor.min.js"
14
- }
14
+ },
15
+ "./styles.css": "./dist/styles.css"
15
16
  },
16
17
  "types": "index.d.ts",
17
18
  "files": [