We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0812310 commit 47942aaCopy full SHA for 47942aa
index.js
@@ -0,0 +1,3 @@
1
+const Calendar = require('./dist/main.js')
2
+
3
+exports.default = Calendar
package.json
@@ -1,6 +1,6 @@
{
"name": "react_google_calendar",
- "version": "2.1.0",
+ "version": "2.2.0",
4
"description": "An implementation of react-big-calendar populated by linked Google calendars",
5
"main": "index.js",
6
"scripts": {
0 commit comments