forked from jquense/react-big-calendar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: support custom components with drag and drop and reload components
- Loading branch information
1 parent
abe167e
commit 32e2307
Showing
5 changed files
with
33 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,3 +34,7 @@ node_modules | |
|
||
# Mac OS X | ||
.DS_Store | ||
|
||
# Storybook | ||
|
||
storybook-static/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"name": "react-big-calendar", | ||
"version": "0.40.0", | ||
"name": "@noloco/react-big-calendar", | ||
"version": "0.40.2", | ||
"description": "Calendar! with events", | ||
"author": { | ||
"name": "Jason Quense", | ||
"email": "[email protected]" | ||
"name": "Noloco", | ||
"email": "[email protected]" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/jquense/react-big-calendar.git" | ||
"url": "git+https://github.com/noloco-io/react-big-calendar.git" | ||
}, | ||
"license": "MIT", | ||
"main": "lib/index.js", | ||
|
@@ -129,7 +129,7 @@ | |
"uncontrollable": "^7.2.1" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/jquense/react-big-calendar/issues" | ||
"url": "https://github.com/noloco-io/react-big-calendar/issues" | ||
}, | ||
"homepage": "https://github.com/jquense/react-big-calendar#readme" | ||
"homepage": "https://github.com/noloco-io/react-big-calendar#readme" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters