@momo-kits/calendar 0.89.1-rc.4 → 0.89.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/index.tsx +1 -1
  2. package/package.json +1 -1
package/index.tsx CHANGED
@@ -475,4 +475,4 @@ class Calendar extends Component<CalendarProps, CalendarState> {
475
475
  }
476
476
  }
477
477
 
478
- export default Calendar;
478
+ export {Calendar};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-kits/calendar",
3
- "version": "0.89.1-rc.4",
3
+ "version": "0.89.2",
4
4
  "private": false,
5
5
  "main": "index.tsx",
6
6
  "peerDependencies": {