File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " rc-switch" ,
3- "version" : " 4.1 .0" ,
2+ "name" : " @ rc-component/ switch" ,
3+ "version" : " 1.0 .0" ,
44 "description" : " switch ui component for react" ,
55 "keywords" : [
66 " react" ,
3232 "lint" : " eslint ." ,
3333 "lint-staged" : " lint-staged" ,
3434 "prepare" : " husky install && dumi setup" ,
35- "prepublishOnly" : " npm run compile && np --yolo --no-publish " ,
35+ "prepublishOnly" : " npm run compile && rc-np " ,
3636 "postpublish" : " npm run gh-pages" ,
3737 "start" : " dumi dev" ,
3838 "test" : " umi-test"
4848 "rc-util" : " ^5.30.0"
4949 },
5050 "devDependencies" : {
51- "@rc-component/father-plugin" : " ^1 .0.0" ,
51+ "@rc-component/father-plugin" : " ^2 .0.0" ,
5252 "@types/classnames" : " ^2.2.10" ,
5353 "@types/jest" : " ^29.4.0" ,
5454 "@umijs/fabric" : " ^3.0.0" ,
Original file line number Diff line number Diff line change 1414 "declaration" : true ,
1515 "paths" : {
1616 "rc-switch" : [" src/index.tsx" ],
17- "@@/*" : [" .dumi/tmp/*" ]
17+ "@@/*" : [" .dumi/tmp/*" ],
18+ "@rc-component/switch" : [
19+ " src/"
20+ ]
1821 }
1922 }
2023}
You can’t perform that action at this time.
0 commit comments