Skip to content

Commit b13b1c1

Browse files
antsmartianKent C. Dodds
authored and
Kent C. Dodds
committed
fix: add the missed file "extend-expect.js" to package.json (#28)
1 parent 66e8d45 commit b13b1c1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
},
2020
"files": [
2121
"dist",
22-
"typings"
22+
"typings",
23+
"extend-expect.js"
2324
],
2425
"keywords": [],
2526
"author": "Kent C. Dodds <[email protected]> (http://kentcdodds.com/)",
@@ -62,4 +63,4 @@
6263
"url": "https://github.com/kentcdodds/react-testing-library/issues"
6364
},
6465
"homepage": "https://github.com/kentcdodds/react-testing-library#readme"
65-
}
66+
}

0 commit comments

Comments
 (0)