Skip to content

Commit 5f9de6c

Browse files
committed
Add files prop to package.json
1 parent b9180d6 commit 5f9de6c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
"main": "lib/commonjs/index.js",
66
"react-native": "js/index.js",
77
"module": "lib/module/index.js",
8+
"files": [
9+
"/js",
10+
"/lib"
11+
],
812
"scripts": {
913
"run:ios": "node node_modules/react-native/local-cli/cli.js run-ios --project-path \"./example/ios\"",
1014
"start": "node node_modules/react-native/local-cli/cli.js start --projectRoot example --watchFolders $PWD",

0 commit comments

Comments
 (0)