1
0
mirror of synced 2026-04-14 12:28:40 +08:00

v1.2.1 修复1-99年日期错乱的问题;增加单元测试。

This commit is contained in:
6tail
2021-04-13 22:20:23 +08:00
parent 8718348cd7
commit 0c000c99a7
20 changed files with 1028 additions and 7 deletions

View File

@@ -1,10 +1,10 @@
{
"name": "lunar-javascript",
"version": "1.2.0",
"version": "1.2.1",
"description": "lunar is a calendar library for Solar and Chinese Lunar.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "jest"
},
"repository": {
"type": "git",
@@ -47,5 +47,8 @@
"bugs": {
"url": "https://github.com/6tail/lunar-javascript/issues"
},
"homepage": "https://github.com/6tail/lunar-javascript"
"homepage": "https://github.com/6tail/lunar-javascript",
"devDependencies": {
"jest": "^26.6.3"
}
}