1
0
mirror of synced 2025-11-06 03:20:45 +08:00

v1.0.31 法定假日更新至2021年底。

This commit is contained in:
6tail
2020-11-25 22:58:47 +08:00
parent 395c99ae86
commit 708a4c90df
4 changed files with 33 additions and 38 deletions

14
.gitignore vendored
View File

@@ -1,16 +1,2 @@
*.class
target/
#idea
.idea/
/idea/
*.ipr
*.iml
*.iws
# temp file
*.log
*.cache
*.diff
*.patch
*.tmp

6
.npmignore Normal file
View File

@@ -0,0 +1,6 @@
.git/
.idea/
.gitignore
*.html
*.iml

File diff suppressed because one or more lines are too long

View File

@@ -1,6 +1,6 @@
{
"name": "lunar-javascript",
"version": "1.0.30",
"version": "1.0.31",
"description": "lunar is a calendar library for Solar and Chinese Lunar.",
"main": "index.js",
"scripts": {