Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vsme committed May 23, 2024
1 parent 102ad47 commit ae5bbdf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chinese-days",
"version": "1.0.0",
"version": "1.1.0",
"description": "中国节假日、调休日、工作日、24节气查询,农历阳历互转,支持 TS、CommonJS、UMD 模块化使用。",
"main": "dist/index.min.js",
"module": "dist/index.es.js",
Expand All @@ -20,7 +20,7 @@
"scripts": {
"dev": "vite",
"generate": "ts-node scripts/init.ts",
"build": "tsc && vite build",
"build": "tsc && vite build && ts-node scripts/build.ts",
"demo": "serve",
"test": "jest"
},
Expand Down

0 comments on commit ae5bbdf

Please sign in to comment.