react-smart-date-compare 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +7 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -3,7 +3,12 @@
3
3
  A flexible, Tailwind CSS-powered date range picker with advanced comparison features.
4
4
 
5
5
  <p align="center">
6
- <img src="https://img.shields.io/npm/v/react-smart-date-compare" alt="npm version" />
6
+ <a href="https://www.npmjs.com/package/react-smart-date-compare">
7
+ <img src="https://img.shields.io/npm/v/react-smart-date-compare" alt="npm version" />
8
+ </a>
9
+ <a href="https://www.npmjs.com/package/react-smart-date-compare">
10
+ <img src="https://img.shields.io/npm/dm/react-smart-date-compare" alt="npm downloads" />
11
+ </a>
7
12
  <img src="https://img.shields.io/npm/l/react-smart-date-compare" alt="license" />
8
13
  </p>
9
14
 
@@ -130,4 +135,4 @@ Contributions are welcome! Please open an issue or submit a pull request.
130
135
 
131
136
  ## 📄 License
132
137
 
133
- MIT © [Your Name]
138
+ MIT © [POTUMANOJKUMAR](https://github.com/POTUMANOJKUMAR)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-smart-date-compare",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "A highly customizable React date range picker with advanced comparison modes.",
5
5
  "type": "module",
6
6
  "main": "./dist/react-smart-date-compare.umd.js",
@@ -60,10 +60,10 @@
60
60
  "date-fns",
61
61
  "tailwind"
62
62
  ],
63
- "author": "",
63
+ "author": "potumanojkumarorg",
64
64
  "license": "MIT",
65
65
  "repository": {
66
66
  "type": "git",
67
- "url": ""
67
+ "url": "git+https://github.com/POTUMANOJKUMAR/react-smart-date-compare.git"
68
68
  }
69
- }
69
+ }