Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 6113aa6

Browse files
committed
Add files to react sdk
1 parent bc323ec commit 6113aa6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/react-sdk/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@
1414
"test": "__tests__"
1515
},
1616
"files": [
17-
"lib"
17+
"dist",
18+
"LICENSE",
19+
"CHANGELOG",
20+
"README.md"
1821
],
1922
"scripts": {
2023
"tsc": "rm -rf lib/ && tsc",

0 commit comments

Comments
 (0)