@sanguogege/calendar 1.0.5 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanguogege/calendar",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.6",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"日历",
|
|
6
6
|
"农历",
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
"description": "ts版本的日历生成器 LTS",
|
|
11
11
|
"author": "sanguogege",
|
|
12
12
|
"type": "module",
|
|
13
|
+
"main": "./dist/index.js",
|
|
13
14
|
"types": "./dist/core/index.d.ts",
|
|
14
15
|
"files": [
|
|
15
16
|
"dist"
|