Skip to content

Commit

Permalink
chore: update website, files and contributors in package.json (#660)
Browse files Browse the repository at this point in the history
* chore: create docs with docosaurus

* chore: remove api folder in docs folder

* chore: improve typedoc

* chore: remove tt.tsx

* chore: update website in package.json and add src to exported files

* chore: add contributors to the package.json
  • Loading branch information
DorianMazur authored Oct 2, 2024
1 parent dfbbd31 commit b19024b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"ios/RNKeychain.xcodeproj",
"ios/RNKeychainManager",
"lib",
"src",
"RNKeychain.podspec"
],
"scripts": {
Expand All @@ -38,7 +39,11 @@
"name": "Joel Arvidsson",
"email": "[email protected]"
},
"homepage": "https://github.com/oblador/react-native-keychain",
"contributors": [
"Dorian Mazur <[email protected]> (https://github.com/DorianMazur)",
"Vojtech Novak <[email protected]> (https://github.com/vonovak)"
],
"homepage": "https://oblador.github.io/react-native-keychain",
"bugs": {
"url": "https://github.com/oblador/react-native-keychain/issues"
},
Expand Down

0 comments on commit b19024b

Please sign in to comment.