Skip to content

Commit

Permalink
chore: cleanup files array in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bcarroll22 committed Apr 12, 2019
1 parent 16db918 commit a56153e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@
"test:coverage": "jest --coverage",
"test:watch": "jest --watch --coverage"
},
"files": [
"dist",
"extend-expect.js",
"extend-expect.d.ts"
],
"files": ["dist"],
"keywords": [
"testing",
"native-testing-library",
Expand Down

0 comments on commit a56153e

Please sign in to comment.