general-basic-form 2.0.6 → 2.0.7

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/README.md +1 -0
  2. package/package.json +5 -3
package/README.md CHANGED
@@ -14,6 +14,7 @@ app.use(ElementPlus)
14
14
 
15
15
  ```
16
16
  import GeneralBasicForm from 'general-basic-form'
17
+ import 'general-basic-form/style'
17
18
  ```
18
19
 
19
20
  <GeneralBasicForm
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "general-basic-form",
3
- "version": "2.0.6",
3
+ "version": "2.0.7",
4
4
  "description": "",
5
5
  "main": "./dist/index.umd.cjs",
6
6
  "type": "module",
@@ -10,7 +10,8 @@
10
10
  "build-only": "vite build",
11
11
  "type-check": "tsc --noEmit -p tsconfig.json --composite false",
12
12
  "link": "tsx script/link.ts && yarn link",
13
- "unlink": "tsx script/unlink.ts && yarn unlink && run-p build"
13
+ "unlink": "tsx script/unlink.ts && yarn unlink && run-p build",
14
+ "unlinkSetting": "tsx script/unlink.ts"
14
15
  },
15
16
  "keywords": [
16
17
  "general-basic-form",
@@ -51,7 +52,8 @@
51
52
  ".": {
52
53
  "import": "./dist/index.js",
53
54
  "require": "./dist/index.umd.cjs"
54
- }
55
+ },
56
+ "./style": "./dist/style.css"
55
57
  },
56
58
  "files": [
57
59
  "/dist"