Skip to content

Commit f52a83a

Browse files
committed
v1.0.1
1 parent e2975b1 commit f52a83a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
{
22
"name": "pouchdb-adapter-react-native-sqlite",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "PouchDB adapter using ReactNative SQLite Plugin as its data store.",
55
"main": "./lib/index.js",
66
"keywords": [],
77
"author": "Takuya Matsuyama <[email protected]>",
88
"license": "MIT",
99
"repository": "https://github.com/noradaiko/pouchdb-adapter-react-native-sqlite",
1010
"files": [
11-
"lib",
12-
"dist"
11+
"lib"
1312
],
1413
"scripts": {
1514
"test": "standard"

0 commit comments

Comments
 (0)