Skip to content
This repository was archived by the owner on Aug 10, 2023. It is now read-only.

Commit e2bcccc

Browse files
committed
fest: 更新新版本
1 parent daf00cd commit e2bcccc

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

packages/tyh-ui2/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tyh-ui2",
3-
"version": "4.0.1",
3+
"version": "4.1.0",
44
"description": "The next generation ui component library of tyh-ui is based on vue3 Version, fully embrace vue3.",
55
"main": "./es/index.d.ts",
66
"module": "./lib/index.d.ts",

script/move-file.js

-12
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,6 @@ const { copyFileSync, mkdirSync } = require('fs')
33
mkdirSync('./dist/font')
44

55
const FILE = [
6-
{
7-
input: './packages/style/font/tyh-icon.ttf',
8-
outDir: 'dist/font/tyh-icon.ttf'
9-
},
10-
{
11-
input: './packages/style/font/tyh-icon.woff',
12-
outDir: 'dist/font/tyh-icon.woff'
13-
},
14-
{
15-
input: './packages/style/font/tyh-icon.woff2',
16-
outDir: 'dist/font/tyh-icon.woff2'
17-
},
186
{ input: './README.md', outDir: 'dist/README.md' },
197
{ input: './packages/tyh-ui2/package.json', outDir: 'dist/package.json' },
208
{ input: './LICENSE', outDir: 'dist/LICENSE' }

0 commit comments

Comments
 (0)