Skip to content

Commit 712278c

Browse files
Mikletalexkrolick
authored andcommitted
fix(TypeScript): add missing 'typings' folder to files property (testing-library#9)
1 parent 164a33b commit 712278c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/react-testing-library/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"precommit": "kcd-scripts precommit"
2020
},
2121
"files": [
22-
"dist"
22+
"dist",
23+
"typings"
2324
],
2425
"keywords": [],
2526
"author": "Kent C. Dodds <[email protected]> (http://kentcdodds.com/)",

0 commit comments

Comments
 (0)