Skip to content

Commit

Permalink
fix: add the missed file "extend-expect.js" to package.json (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
antsmartian authored and Kent C. Dodds committed Mar 29, 2018
1 parent 66e8d45 commit b13b1c1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -19,7 +19,8 @@
},
"files": [
"dist",
"typings"
"typings",
"extend-expect.js"
],
"keywords": [],
"author": "Kent C. Dodds <kent@doddsfamily.us> (http://kentcdodds.com/)",
Expand Down Expand Up @@ -62,4 +63,4 @@
"url": "https://github.com/kentcdodds/react-testing-library/issues"
},
"homepage": "https://github.com/kentcdodds/react-testing-library#readme"
}
}

0 comments on commit b13b1c1

Please sign in to comment.