Skip to content

Commit e1ebbfb

Browse files
committed
released v2.6.8
1 parent 3c82356 commit e1ebbfb

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

package.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/icons",
3-
"version": "2.6.7",
3+
"version": "2.6.8",
44
"description": "The premium icon font for uiw Component Library.",
55
"author": "Kenny <wowohoo@qq.com>",
66
"main": "./lib/index.js",
@@ -13,10 +13,19 @@
1313
"homepage": "https://uiwjs.github.io/icons",
1414
"scripts": {
1515
"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",
1717
"build": "tsbb build react/*.{js,d.ts} --useBabel",
1818
"start": "npm run font && npm run copy && npm run build"
1919
},
20+
"files": [
21+
"lib",
22+
"esm",
23+
"*.js",
24+
"icon",
25+
"!icon/react",
26+
"!icon/*.html",
27+
"fonts"
28+
],
2029
"keywords": [
2130
"svg",
2231
"icon",
@@ -42,7 +51,7 @@
4251
"base64"
4352
],
4453
"devDependencies": {
45-
"copyfiles": "~2.4.1",
54+
"cpy-cli": "^4.2.0",
4655
"svgtofont": "~3.23.0",
4756
"tsbb": "^4.0.2"
4857
},

0 commit comments

Comments
 (0)