Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Commit

Permalink
Specified more folders to ignore from npm
Browse files Browse the repository at this point in the history
  • Loading branch information
emeraldsanto committed Jan 3, 2021
1 parent fde6f2f commit 917fc36
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@
"lib",
"android",
"ios",
"cpp",
"react-native-encrypted-storage.podspec",
"!lib/typescript/example",
"!android/build",
"!android/.idea",
"!android/.gradle",
"!android/.settings",
"!android/local.properties",
"!ios/build",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__"
"!**/__mocks__",
"!**/*.test.*"
],
"scripts": {
"test": "jest",
Expand Down

0 comments on commit 917fc36

Please sign in to comment.