@daryasidorovich/modsen-datepicker 1.0.5 → 1.0.6

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 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -26,13 +26,13 @@
26
26
  ## Installation
27
27
 
28
28
  ```bash
29
- npm install modsen-datepicker
29
+ npm install @daryasidorovich/modsen-datepicker
30
30
  ```
31
31
 
32
32
  Or via yarn:
33
33
 
34
34
  ```bash
35
- yarn add modsen-datepicker
35
+ yarn add @daryasidorovich/mmodsen-datepicker
36
36
  ```
37
37
 
38
38
  Requires **React 19+**.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daryasidorovich/modsen-datepicker",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",