Skip to content

Commit 654800b

Browse files
committed
Add files key to package.json
Otherwise, it tries to include extra files that don't need to be in the package.
1 parent c14fcea commit 654800b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "0.1.0",
44
"description": "redux-persist storage engine for react-native-sensitive-info",
55
"main": "index.js",
6+
"files": ["index.js"],
67
"scripts": {
78
"format": "prettier --write '**/*.js'",
89
"lint": "eslint '**/*.js' --max-warnings 0",

0 commit comments

Comments
 (0)