Skip to content

Commit fc63d04

Browse files
committed
Add src to files
- This was mainly done to stay consistent with other Redux repos.
1 parent 853c462 commit fc63d04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
},
3434
"sideEffects": false,
3535
"files": [
36-
"dist"
36+
"dist",
37+
"src"
3738
],
3839
"scripts": {
3940
"build": "yarn clean && tsup",

0 commit comments

Comments
 (0)