ngx-np-datepicker 1.2.2 → 1.2.3
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/README.md +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,7 +7,9 @@ npm install ngx-np-datepicker
|
|
|
7
7
|
```
|
|
8
8
|
|
|
9
9
|
### Demo
|
|
10
|
-
https://wwwbijay.github.io/angular-nepali-datepicker/
|
|
10
|
+
<a href="https://wwwbijay.github.io/angular-nepali-datepicker/" target="_blank">Click here to check demo.</a>
|
|
11
|
+
|
|
12
|
+
|
|
11
13
|
|
|
12
14
|
### Note
|
|
13
15
|
This package has no dependancy.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ngx-np-datepicker",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.3",
|
|
4
4
|
"description": "A simple Nepali Date Picker(Bikram Sambat) library in angular with no dependancy.",
|
|
5
5
|
"homepage": "https://wwwbijay.github.io/angular-nepali-datepicker/",
|
|
6
6
|
"keywords": ["Angular","Typescript", "Javascript","Nepali Date Picker"],
|