@zhangqingcq/vgce 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zhangqingcq/vgce",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "description": "Vector graphics configure editor. svg组态编辑器。基于vue3.3+ts+element-plus+vite",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -17,7 +17,7 @@
17
17
  "require": "./dist/vgce.umd.cjs",
18
18
  "types": "./types/index.d.ts"
19
19
  },
20
- "./dist/style.css": {
20
+ "./style": {
21
21
  "import": "./dist/style.css",
22
22
  "require": "./dist/style.css"
23
23
  }