Skip to content

Commit 47942aa

Browse files
author
matthew
committed
add index for npm import
1 parent 0812310 commit 47942aa

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
const Calendar = require('./dist/main.js')
2+
3+
exports.default = Calendar

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react_google_calendar",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "An implementation of react-big-calendar populated by linked Google calendars",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)