@lichta/core 2.0.0 → 2.0.1
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 +9 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lichta/core",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "Thư viện lõi tính toán Dương lịch ↔ Âm lịch Việt Nam",
|
|
5
5
|
"author": "Zeforc Labs | Stridev",
|
|
6
6
|
"license": "MIT",
|
|
@@ -26,6 +26,14 @@
|
|
|
26
26
|
"typescript": "^6.0.0",
|
|
27
27
|
"vitest": "^3.2.6"
|
|
28
28
|
},
|
|
29
|
+
"repository": {
|
|
30
|
+
"type": "git",
|
|
31
|
+
"url": "git+https://github.com/zeforc/lichta.git"
|
|
32
|
+
},
|
|
33
|
+
"bugs": {
|
|
34
|
+
"url": "https://github.com/zeforc/lichta/issues"
|
|
35
|
+
},
|
|
36
|
+
"homepage": "https://github.com/zeforc/lichta#readme",
|
|
29
37
|
"scripts": {
|
|
30
38
|
"build": "tsup",
|
|
31
39
|
"dev": "tsup --watch",
|