Skip to content

Commit

Permalink
released v2.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 29, 2023
1 parent 3c82356 commit e1ebbfb
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw/icons",
"version": "2.6.7",
"version": "2.6.8",
"description": "The premium icon font for uiw Component Library.",
"author": "Kenny <[email protected]>",
"main": "./lib/index.js",
Expand All @@ -13,10 +13,19 @@
"homepage": "https://uiwjs.github.io/icons",
"scripts": {
"font": "svgtofont --sources icons/icons --output fonts",
"copy": "copyfiles -f fonts/react/* react --verbose",
"copy": "cpy fonts/react/*.js fonts/react/*.d.ts react --flat",
"build": "tsbb build react/*.{js,d.ts} --useBabel",
"start": "npm run font && npm run copy && npm run build"
},
"files": [
"lib",
"esm",
"*.js",
"icon",
"!icon/react",
"!icon/*.html",
"fonts"
],
"keywords": [
"svg",
"icon",
Expand All @@ -42,7 +51,7 @@
"base64"
],
"devDependencies": {
"copyfiles": "~2.4.1",
"cpy-cli": "^4.2.0",
"svgtofont": "~3.23.0",
"tsbb": "^4.0.2"
},
Expand Down

0 comments on commit e1ebbfb

Please sign in to comment.