File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @uiw/icons" ,
3
- "version" : " 2.6.7 " ,
3
+ "version" : " 2.6.8 " ,
4
4
"description" : " The premium icon font for uiw Component Library." ,
5
5
"author" : " Kenny <wowohoo@qq.com>" ,
6
6
"main" : " ./lib/index.js" ,
13
13
"homepage" : " https://uiwjs.github.io/icons" ,
14
14
"scripts" : {
15
15
"font" : " svgtofont --sources icons/icons --output fonts" ,
16
- "copy" : " copyfiles -f fonts/react/* react --verbose " ,
16
+ "copy" : " cpy fonts/react/*.js fonts/react/*.d.ts react --flat " ,
17
17
"build" : " tsbb build react/*.{js,d.ts} --useBabel" ,
18
18
"start" : " npm run font && npm run copy && npm run build"
19
19
},
20
+ "files" : [
21
+ " lib" ,
22
+ " esm" ,
23
+ " *.js" ,
24
+ " icon" ,
25
+ " !icon/react" ,
26
+ " !icon/*.html" ,
27
+ " fonts"
28
+ ],
20
29
"keywords" : [
21
30
" svg" ,
22
31
" icon" ,
42
51
" base64"
43
52
],
44
53
"devDependencies" : {
45
- "copyfiles " : " ~2.4.1 " ,
54
+ "cpy-cli " : " ^4.2.0 " ,
46
55
"svgtofont" : " ~3.23.0" ,
47
56
"tsbb" : " ^4.0.2"
48
57
},
You can’t perform that action at this time.
0 commit comments