Skip to content

Commit 5b1d27e

Browse files
committed
chore: address review comments
1 parent 431bf78 commit 5b1d27e

3 files changed

Lines changed: 1 addition & 12 deletions

File tree

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,6 @@
1212

1313
</div>
1414

15-
<div align="center">
16-
<sub>
17-
Part of the <a href="https://ant.design">Ant Design</a> ecosystem
18-
<img
19-
alt="Ant Design"
20-
height="14"
21-
src="https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg"
22-
/>
23-
</sub>
24-
</div>
2515

2616
## Highlights
2717

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
"gh-pages": "cross-env GH_PAGES=1 npm run docs:build && npm run docs:deploy",
4040
"lint": "eslint src/ --ext .tsx,.ts,.jsx,.js",
4141
"prepublishOnly": "npm run compile && rc-np",
42-
"postpublish": "tnpm sync @rc-component/menu",
4342
"prettier": "prettier --write --ignore-unknown .",
4443
"start": "dumi dev",
4544
"test": "rc-test",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"@rc-component/menu": ["src/index.ts"]
1414
}
1515
},
16-
"include": ["src", "docs", ".dumirc.ts", ".fatherrc.js"],
16+
"include": ["src", "docs", ".dumirc.ts"],
1717
"exclude": ["node_modules", "lib", "es", "dist", "docs-dist", ".dumi"]
1818
}

0 commit comments

Comments
 (0)