react-smart-date-compare 1.0.1 → 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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -135,4 +135,4 @@ Contributions are welcome! Please open an issue or submit a pull request.
135
135
 
136
136
  ## 📄 License
137
137
 
138
- MIT © [potumanojkumarorg](https://www.npmjs.com/~potumanojkumarorg)
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.1",
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",
@@ -64,6 +64,6 @@
64
64
  "license": "MIT",
65
65
  "repository": {
66
66
  "type": "git",
67
- "url": "https://github.com/potumanojkumarorg/react-smart-date-compare"
67
+ "url": "git+https://github.com/POTUMANOJKUMAR/react-smart-date-compare.git"
68
68
  }
69
69
  }