1
0
mirror of synced 2026-04-13 11:58:41 +08:00

v1.2.7 修复时区导致计算错误的问题。

This commit is contained in:
6tail
2021-10-06 21:48:37 +08:00
parent fdac493cee
commit 7d305771a9
4 changed files with 35 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "lunar-javascript",
"version": "1.2.6",
"version": "1.2.7",
"description": "lunar is a calendar library for Solar and Chinese Lunar.",
"main": "index.js",
"scripts": {
@@ -50,5 +50,6 @@
"homepage": "https://github.com/6tail/lunar-javascript",
"devDependencies": {
"jest": "^26.6.3"
}
},
"dependencies": {}
}