Skip to content
This repository was archived by the owner on Jul 30, 2020. It is now read-only.

Commit a585b88

Browse files
author
Brandon Carroll
committed
fix: change files array
fix #1
1 parent 0fe39d2 commit a585b88

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"version": "0.0.0-semantically-released",
44
"description": "Simple and complete React Native testing utilities that encourage good testing practices.",
55
"main": "src/index.js",
6-
"files": ["src"],
6+
"files": [
7+
"src/**"
8+
],
79
"engines": {
810
"node": ">=8"
911
},

0 commit comments

Comments
 (0)