Skip to content

Commit

Permalink
fix: final touches before publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
savv committed Dec 21, 2020
1 parent 461aa55 commit 24edd74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-leveldb",
"version": "0.1.0",
"version": "1.0.0",
"description": "Superfast React Native bindings for LevelDB",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand All @@ -21,7 +21,9 @@
"!ios/build",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__"
"!**/__mocks__",
"!**/.DS_Store",
"!**/*savv*"
],
"scripts": {
"test": "jest",
Expand Down
File renamed without changes.

0 comments on commit 24edd74

Please sign in to comment.