big-calendar 0.1.0 → 0.1.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 +2 -0
  2. package/package.json +9 -5
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  A highly customizable React calendar component library with multiple views, drag-and-drop, API integration, and extensive customization options.
4
4
 
5
+ > **Note**: This package is originally from [lramos33/big-calendar](https://github.com/lramos33/big-calendar) on GitHub.
6
+
5
7
  ## Features
6
8
 
7
9
  - 📅 **Multiple Views**: Day, Week, Month, Year, and Agenda views
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "big-calendar",
3
- "version": "0.1.0",
4
- "description": "A highly customizable React calendar component library with multiple views, drag-and-drop, and full API integration support",
3
+ "version": "0.1.2",
4
+ "description": "A highly customizable React calendar component library with multiple views, drag-and-drop, and full API integration support. Originally from https://github.com/lramos33/big-calendar",
5
5
  "keywords": [
6
6
  "react",
7
7
  "calendar",
@@ -16,7 +16,11 @@
16
16
  "license": "MIT",
17
17
  "repository": {
18
18
  "type": "git",
19
- "url": ""
19
+ "url": "https://github.com/lramos33/big-calendar.git"
20
+ },
21
+ "homepage": "https://github.com/lramos33/big-calendar",
22
+ "bugs": {
23
+ "url": "https://github.com/lramos33/big-calendar/issues"
20
24
  },
21
25
  "main": "./dist/big-calendar.cjs",
22
26
  "module": "./dist/big-calendar.mjs",
@@ -45,8 +49,8 @@
45
49
  "test:build": "npm run build && npm pack"
46
50
  },
47
51
  "peerDependencies": {
48
- "react": "^18.0.0",
49
- "react-dom": "^18.0.0"
52
+ "react": ">=18 <20",
53
+ "react-dom": ">=18 <20"
50
54
  },
51
55
  "peerDependenciesMeta": {
52
56
  "react": {