lichta 2.0.0 → 2.1.0

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.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +11 -3
package/README.md CHANGED
@@ -1,6 +1,9 @@
1
1
  # lichta (legacy)
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/lichta.svg)](https://www.npmjs.com/package/lichta)
4
+ [![npm version](https://img.shields.io/npm/v/@lichta/core.svg)](https://www.npmjs.com/package/@lichta/core)
5
+
6
+ 🚀 **[Demo trực tiếp](https://lichta.zeneo.app/)**
4
7
 
5
8
  > ⚠️ **Package này đã deprecated.** Đây là tên npm cũ của thư viện trước khi đổi sang các package có scope `@lichta/*`. Đừng cài package này cho dự án mới — xem bảng bên dưới để chọn đúng package thay thế.
6
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lichta",
3
- "version": "2.0.0",
3
+ "version": "2.1.0",
4
4
  "description": "LichTa - Thư viện lịch Âm Dương Việt Nam (Tương thích ngược)",
5
5
  "author": "Zeforc Labs | Stridev",
6
6
  "license": "MIT",
@@ -20,6 +20,14 @@
20
20
  "LICENSE"
21
21
  ],
22
22
  "dependencies": {
23
- "@lichta/svelte": "2.0.0"
24
- }
23
+ "@lichta/svelte": "2.1.0"
24
+ },
25
+ "repository": {
26
+ "type": "git",
27
+ "url": "git+https://github.com/zeforc/lichta.git"
28
+ },
29
+ "bugs": {
30
+ "url": "https://github.com/zeforc/lichta/issues"
31
+ },
32
+ "homepage": "https://github.com/zeforc/lichta#readme"
25
33
  }