Skip to content

Commit

Permalink
fix: Make npm package smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Aug 30, 2024
1 parent d0c2d84 commit 12c0517
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 5 additions & 0 deletions package/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# react-native-mmkv

The fastest key/value storage for React Native. ~30x faster than AsyncStorage!

See [README.md](https://github.com/mrousavy/react-native-mmkv) for more information.
4 changes: 1 addition & 3 deletions package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@
"src",
"react-native-mmkv.podspec",
"react-native.config.js",
"../README.md",
"img/banner-light.png",
"img/banner-dark.png"
"README.md"
],
"scripts": {
"typescript": "tsc --noEmit",
Expand Down

0 comments on commit 12c0517

Please sign in to comment.