Skip to content

Commit

Permalink
修改构建脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
zhipenglin committed Aug 9, 2024
1 parent 026241b commit fb8f8b3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ npm i --save @kne/react-form-antd

- 这里填写示例标题
- 这里填写示例说明
- reactFormAntd(@kne/current-lib),(@kne/current-lib/dist/index.css),antd(antd)
- reactFormAntd(@kne/current-lib_react-form-antd),(@kne/current-lib_react-form-antd/dist/index.css),antd(antd)

```jsx
const {Button} = antd;
Expand Down
4 changes: 2 additions & 2 deletions doc/example.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"scope": [
{
"name": "reactFormAntd",
"packageName": "@kne/current-lib"
"packageName": "@kne/current-lib_react-form-antd"
},
{
"packageName": "@kne/current-lib/dist/index.css"
"packageName": "@kne/current-lib_react-form-antd/dist/index.css"
},
{
"name": "antd",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kne/react-form-antd",
"version": "4.0.0-alpha.2",
"version": "4.0.0-alpha.3",
"syntax": {
"esmodules": true
},
Expand Down Expand Up @@ -69,7 +69,7 @@
},
"devDependencies": {
"@kne/microbundle": "^0.15.5",
"@kne/modules-dev": "^2.0.19",
"@kne/modules-dev": "^2.0.31",
"@kne/react-form": "^3.1.0-alpha.4",
"cross-env": "^7.0.3",
"husky": "^9.0.11",
Expand Down

0 comments on commit fb8f8b3

Please sign in to comment.