We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2975b1 commit f52a83aCopy full SHA for f52a83a
package.json
@@ -1,15 +1,14 @@
1
{
2
"name": "pouchdb-adapter-react-native-sqlite",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "PouchDB adapter using ReactNative SQLite Plugin as its data store.",
5
"main": "./lib/index.js",
6
"keywords": [],
7
"author": "Takuya Matsuyama <[email protected]>",
8
"license": "MIT",
9
"repository": "https://github.com/noradaiko/pouchdb-adapter-react-native-sqlite",
10
"files": [
11
- "lib",
12
- "dist"
+ "lib"
13
],
14
"scripts": {
15
"test": "standard"
0 commit comments