Skip to content

Commit

Permalink
Update npmignore and files package
Browse files Browse the repository at this point in the history
  • Loading branch information
friederbluemle committed Sep 22, 2019
1 parent d92d451 commit cf6d101
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
12 changes: 1 addition & 11 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,11 +1 @@
# Logs
*.log

# Dependency directory
node_modules

KeychainExample

.editorconfig

test_index.js
KeychainExample/
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"version": "4.0.0",
"description": "Keychain Access for React Native",
"main": "index.js",
"files": [
"android",
"RNKeychain.xcodeproj",
"RNKeychainManager",
"typings",
"RNKeychain.podspec"
],
"scripts": {
"test": "flow"
},
Expand Down

0 comments on commit cf6d101

Please sign in to comment.