Skip to content

Commit

Permalink
pkg: add src dir to files
Browse files Browse the repository at this point in the history
This should fix #1439, where react-script complains the src are not found.
  • Loading branch information
gpbl committed Apr 14, 2022
1 parent f104919 commit f7a4da6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/react-day-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
"typecheck-watch": "tsc --project ./tsconfig.json --noEmit --skipLibCheck --watch"
},
"files": [
"dist"
"dist",
"src",
"tsconfig.json"
],
"dependencies": {
"@reach/auto-id": "^0.16.0"
Expand Down

0 comments on commit f7a4da6

Please sign in to comment.