Skip to content

Commit ca71182

Browse files
committed
build: bump v9.6.0
1 parent 37f759a commit ca71182

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-day-picker",
3-
"version": "9.5.1",
3+
"version": "9.6.0",
44
"description": "Customizable Date Picker for React",
55
"author": "Giampaolo Bellavite <[email protected]>",
66
"homepage": "https://daypicker.dev",
@@ -21,7 +21,9 @@
2121
"module": "./dist/esm/index.js",
2222
"style": "./src/style.css",
2323
"type": "module",
24-
"sideEffects": ["**/*.css"],
24+
"sideEffects": [
25+
"**/*.css"
26+
],
2527
"exports": {
2628
".": {
2729
"import": {

0 commit comments

Comments
 (0)