ngx-np-datepicker 2.6.1 → 2.6.2
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ngx-np-datepicker",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.2",
|
|
4
4
|
"description": "A lightweight and customizable Nepali (Bikram Sambat) date picker for Angular with support for reactive forms, date conversion, and modern UI customization.",
|
|
5
5
|
"homepage": "https://wwwbijay.github.io/angular-nepali-datepicker/",
|
|
6
6
|
"keywords": [
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"url": "https://github.com/wwwbijay/angular-nepali-datepicker.git"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
|
-
"@angular/common": ">=13.0.0 <
|
|
25
|
-
"@angular/core": ">=13.0.0 <
|
|
24
|
+
"@angular/common": ">=13.0.0 <22.0.0",
|
|
25
|
+
"@angular/core": ">=13.0.0 <22.0.0"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"tslib": "^2.3.0"
|