-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
37 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
{ | ||
"name": "example", | ||
"version": "5.5.0-beta-2", | ||
"author": "Christoph Stock (@stockulus)", | ||
"description": "small example app for pouchdb-react-native", | ||
"version": "6.1.0-beta-3", | ||
"author": { | ||
"name": "Christoph Stock", | ||
"email": "[email protected]", | ||
"url": "https://twitter.com/stockulus" | ||
}, | ||
"description": "small example / test app for pouchdb-react-native", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
|
@@ -18,7 +22,7 @@ | |
"postinstall": "npm run copy-packages" | ||
}, | ||
"dependencies": { | ||
"pouchdb-react-native": "5.5.0-beta-2", | ||
"pouchdb-react-native": "6.1.0-beta-3", | ||
"react": "15.3.1", | ||
"react-native": "0.32.0", | ||
"react-native-action-button": "2.0.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,11 @@ | |
"postinstall": "for D in ./packages/*; do cd $D; npm install; cd -; done && cd example && npm install && cd ../pouchdb-original && npm install", | ||
"updtr": "updtr --save-exact && cd example && updtr --save-exact && cd .. && for D in ./packages/*; do echo $D; cd $D; npm run updtr; cd -; done" | ||
}, | ||
"author": "Christoph Stock (@stockulus)", | ||
"author": { | ||
"name": "Christoph Stock", | ||
"email": "[email protected]", | ||
"url": "https://twitter.com/stockulus" | ||
}, | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/stockulus/pouchdb-react-native/issues" | ||
|
@@ -40,8 +44,7 @@ | |
"standard": { | ||
"ignore": [ | ||
"node_modules/**", | ||
"pouchdb-original/**", | ||
"packages/pouchdb-adapter-leveldb-core-rn/**" | ||
"pouchdb-original/**" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "pouchdb-adapter-asyncstorage", | ||
"version": "5.5.0-beta-2", | ||
"version": "6.1.0-beta-3", | ||
"description": "asyncstorage adapter for PouchDB", | ||
"main": "./src/index.js", | ||
"repository": { | ||
|
@@ -16,7 +16,11 @@ | |
"scripts": { | ||
"updtr": "updtr --save-exact" | ||
}, | ||
"author": "Christoph Stock (@stockulus)", | ||
"author": { | ||
"name": "Christoph Stock", | ||
"email": "[email protected]", | ||
"url": "https://twitter.com/stockulus" | ||
}, | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/stockulus/pouchdb-react-native/issues" | ||
|
@@ -29,12 +33,12 @@ | |
"buffer": "4.9.1", | ||
"events": "1.1.1", | ||
"left-pad": "1.1.1", | ||
"pouchdb-adapter-utils": "5.4.5", | ||
"pouchdb-binary-utils": "5.4.5", | ||
"pouchdb-errors": "5.4.5", | ||
"pouchdb-md5": "5.4.5", | ||
"pouchdb-merge": "5.4.5", | ||
"pouchdb-utils": "5.4.5" | ||
"pouchdb-adapter-utils": "6.0.4", | ||
"pouchdb-binary-utils": "6.0.4", | ||
"pouchdb-errors": "6.0.4", | ||
"pouchdb-md5": "6.0.4", | ||
"pouchdb-merge": "6.0.4", | ||
"pouchdb-utils": "6.0.4" | ||
}, | ||
"devDependencies": {}, | ||
"peerDependencies": {}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "pouchdb-react-native", | ||
"version": "5.5.0-beta-2", | ||
"version": "6.1.0-beta-3", | ||
"description": "PouchDB Bundle for ReactNative", | ||
"main": "index.js", | ||
"repository": { | ||
|
@@ -16,18 +16,22 @@ | |
"scripts": { | ||
"updtr": "updtr --save-exact" | ||
}, | ||
"author": "Christoph Stock (@stockulus)", | ||
"author": { | ||
"name": "Christoph Stock", | ||
"email": "[email protected]", | ||
"url": "https://twitter.com/stockulus" | ||
}, | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/stockulus/pouchdb-react-native/issues" | ||
}, | ||
"homepage": "https://github.com/stockulus/pouchdb-react-native#readme", | ||
"dependencies": { | ||
"pouchdb-adapter-asyncstorage": "5.5.0-beta-2", | ||
"pouchdb-adapter-http": "5.4.5", | ||
"pouchdb-core": "5.4.5", | ||
"pouchdb-mapreduce": "5.4.5", | ||
"pouchdb-replication": "5.4.5" | ||
"pouchdb-adapter-asyncstorage": "6.1.0-beta-3", | ||
"pouchdb-adapter-http": "6.0.4", | ||
"pouchdb-core": "6.0.4", | ||
"pouchdb-mapreduce": "6.0.4", | ||
"pouchdb-replication": "6.0.4" | ||
}, | ||
"devDependencies": {}, | ||
"peerDependencies": {}, | ||
|