ng-mo-date-picker 1.0.0 → 1.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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -1,7 +1,8 @@
1
- # ng-mo-date-picker
1
+ # Ng-Mo-date-picker
2
2
 
3
3
  <div align="center">
4
4
 
5
+ ## اختر Readme بالعربي
5
6
  [![English](https://img.shields.io/badge/Language-English-blue?style=for-the-badge)](./README.md)
6
7
  [![العربية](https://img.shields.io/badge/اللغة-العربية-green?style=for-the-badge)](./README.ar.md)
7
8
 
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "ng-mo-date-picker",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Angular Hijri/Gregorian Date Picker with RTL/LTR support",
5
+ "demo": "https://ng-mo-datepicker.netlify.app/",
5
6
  "repository": {
6
7
  "type": "git",
7
8
  "url": "https://github.com/3Mowafy/ng-mo-date-picker"
@@ -43,4 +44,4 @@
43
44
  }
44
45
  },
45
46
  "sideEffects": false
46
- }
47
+ }