react-day-picker 7.4.9 → 7.4.10

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.
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "react-day-picker",
3
- "version": "7.4.9",
3
+ "version": "7.4.10",
4
4
  "description": "Flexible date picker component for React",
5
- "main": "lib/react-day-picker.min.js",
6
- "module": "build/index.js",
5
+ "browser": "lib/react-day-picker.min.js",
6
+ "main": "build/index.js",
7
7
  "types": "types/index.d.ts",
8
8
  "style": "lib/style.css",
9
9
  "files": [
package/src/DayPicker.js CHANGED
@@ -173,7 +173,7 @@ export class DayPicker extends Component {
173
173
  }
174
174
  }
175
175
 
176
- static VERSION = '7.4.8';
176
+ static VERSION = '7.4.10';
177
177
 
178
178
  /**
179
179
  * Return the month to be shown in the calendar based on the component props.