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 1
1
{
2
- "name" : " rc-switch" ,
3
- "version" : " 4.1 .0" ,
2
+ "name" : " @ rc-component/ switch" ,
3
+ "version" : " 1.0 .0" ,
4
4
"description" : " switch ui component for react" ,
5
5
"keywords" : [
6
6
" react" ,
32
32
"lint" : " eslint ." ,
33
33
"lint-staged" : " lint-staged" ,
34
34
"prepare" : " husky install && dumi setup" ,
35
- "prepublishOnly" : " npm run compile && np --yolo --no-publish " ,
35
+ "prepublishOnly" : " npm run compile && rc-np " ,
36
36
"postpublish" : " npm run gh-pages" ,
37
37
"start" : " dumi dev" ,
38
38
"test" : " umi-test"
48
48
"rc-util" : " ^5.30.0"
49
49
},
50
50
"devDependencies" : {
51
- "@rc-component/father-plugin" : " ^1 .0.0" ,
51
+ "@rc-component/father-plugin" : " ^2 .0.0" ,
52
52
"@types/classnames" : " ^2.2.10" ,
53
53
"@types/jest" : " ^29.4.0" ,
54
54
"@umijs/fabric" : " ^3.0.0" ,
Original file line number Diff line number Diff line change 14
14
"declaration" : true ,
15
15
"paths" : {
16
16
"rc-switch" : [" src/index.tsx" ],
17
- "@@/*" : [" .dumi/tmp/*" ]
17
+ "@@/*" : [" .dumi/tmp/*" ],
18
+ "@rc-component/switch" : [
19
+ " src/"
20
+ ]
18
21
}
19
22
}
20
23
}
You can’t perform that action at this time.
0 commit comments