react-weekly-planning 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 +3 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -3,7 +3,9 @@
3
3
  This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
4
4
 
5
5
 
6
- ### Detailed Description and Use Cases
6
+ ### Description and Use Cases
7
+
8
+ `react-weekly-planning` provides a React component for weekly planning. Easily set up and manage a weekly schedule with customizable tasks, groups and views.
7
9
 
8
10
  #### `weekOffset`
9
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-weekly-planning",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "jest",
@@ -29,7 +29,7 @@
29
29
  ],
30
30
  "author": "Kacou Yao Yves Morel",
31
31
  "license": "MIT",
32
- "description": "A React component for weekly planning. Easily set up and manage a weekly schedule with customizable tasks, groups and views.",
32
+ "description": "react-weekly-planning provides a React component for weekly planning. Easily set up and manage a weekly schedule with customizable tasks, groups and views.",
33
33
  "dependencies": {
34
34
  "@babel/types": "^7.24.5",
35
35
  "@types/babel__generator": "^7.6.8",