Skip to content

Commit

Permalink
rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
stockulus committed Sep 15, 2016
1 parent ffccf28 commit 26ccce7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
2 changes: 0 additions & 2 deletions example/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ import PouchDB from 'pouchdb-react-native'

const localDB = new PouchDB('myDB')
console.log(localDB.adapter)
const test = new global.Blob([''], {})
console.warn('blobTest', test)

AsyncStorage.getAllKeys()
.then(keys => AsyncStorage.multiGet(keys))
Expand Down
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "6.1.3",
"version": "6.1.5",
"author": {
"name": "Christoph Stock",
"email": "[email protected]",
Expand All @@ -22,7 +22,7 @@
"postinstall": "npm run copy-packages"
},
"dependencies": {
"pouchdb-react-native": "6.1.3",
"pouchdb-react-native": "6.1.5",
"react": "15.3.1",
"react-native": "0.33.0",
"react-native-action-button": "2.0.3"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pouchdb-react-native-bundle",
"version": "6.1.3",
"version": "6.1.5",
"description": "Package Bundle for PouchDB for ReactNative",
"repository": {
"type": "git",
Expand Down
3 changes: 2 additions & 1 deletion packages/pouchdb-adapter-asyncstorage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pouchdb-adapter-asyncstorage",
"version": "6.1.3",
"version": "6.1.5",
"description": "asyncstorage adapter for PouchDB",
"main": "./src/index.js",
"repository": {
Expand Down Expand Up @@ -28,6 +28,7 @@
"homepage": "https://github.com/stockulus/pouchdb-react-native#readme",
"dependencies": {
"atob": "2.0.3",
"blob-polyfill": "1.0.20150320",
"btoa": "1.1.2",
"buffer": "4.9.1",
"events": "1.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/pouchdb-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pouchdb-react-native",
"version": "6.1.3",
"version": "6.1.5",
"description": "PouchDB Bundle for ReactNative",
"main": "index.js",
"repository": {
Expand All @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/stockulus/pouchdb-react-native#readme",
"dependencies": {
"pouchdb-adapter-asyncstorage": "6.1.3",
"pouchdb-adapter-asyncstorage": "6.1.5",
"pouchdb-adapter-http": "6.0.4",
"pouchdb-core": "6.0.4",
"pouchdb-mapreduce": "6.0.4",
Expand Down

0 comments on commit 26ccce7

Please sign in to comment.