Skip to content

Commit

Permalink
description
Browse files Browse the repository at this point in the history
  • Loading branch information
krizzu committed Jan 11, 2024
1 parent f35a844 commit 8c05bab
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Krzysztof Borowy
Copyright (c) 2024 Krzysztof Borowy

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SQLite Storage
# Async Storage Sqlite

Multiplatform SQLite storage for Async Storage.
Multiplatform sqlite storage for React Native AsyncStorage

## Testing

Expand All @@ -12,7 +12,6 @@ Gradle tasks to run tests:

`storageTestsIos` - run unit tests for iOS platform


Re-running tests when tasks are up-to-date:

`./gradlew :sqlite-storage:storageTests --rerun-tasks`
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
site_name: SQLite Storage
site_name: Async Storage Sqlite
repo_url: https://github.com/react-native-async-storage/sqlite-storage

nav:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-native-async-storage/sqlite-storage-native",
"version": "0.0.0",
"description": "Multiplatform SQLite storage for React Native AsyncStorage",
"description": "Multiplatform sqlite storage for React Native AsyncStorage",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
"react-native": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencyResolutionManagement {
}
}

rootProject.name = "SQLiteStorage"
rootProject.name = "SqliteStorage"
include(":sqlite-storage")
include(":sample-android")
project(":sample-android").projectDir = File(rootDir, "samples/android")
Expand Down

0 comments on commit 8c05bab

Please sign in to comment.