Skip to content

Commit

Permalink
FIX(react-native) use local rxdb
Browse files Browse the repository at this point in the history
  • Loading branch information
pubkey committed Jan 25, 2018
1 parent ca996b1 commit 1c07ea1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ script:
- npm run lint
- (cd ./examples/angular2 && npm install --depth 0 --silent && npm run build && npm run test:build)
- (cd ./examples/vue && npm install --depth 0 --silent && npm run lint && npm run build && npm run test)
- (cd ./examples/react-native && npm install --depth 0 --silent && npm run test),
- (cd ./examples/react-native && npm install --depth 0 --silent && npm run test)
- npm run build:size
24 changes: 12 additions & 12 deletions examples/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"version": "0.1.0",
"private": true,
"devDependencies": {
"eslint": "^4.15.0",
"eslint-plugin-react": "^7.5.1",
"eslint-plugin-react-native": "^3.2.1",
"eslint": "4.15.0",
"eslint-plugin-react": "7.5.1",
"eslint-plugin-react-native": "3.2.1",
"jest-expo": "23.0.0",
"react-native-scripts": "1.8.1",
"react-test-renderer": "^16.2.0"
"react-test-renderer": "16.2.0"
},
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
"scripts": {
Expand All @@ -25,15 +25,15 @@
]
},
"dependencies": {
"expo": "^23.0.4",
"fbjs": "^0.8.16",
"pouchdb-adapter-asyncstorage": "^6.4.0",
"pouchdb-adapter-http": "^6.4.1",
"random-token": "^0.0.8",
"expo": "23.0.4",
"fbjs": "0.8.16",
"pouchdb-adapter-asyncstorage": "6.4.0",
"pouchdb-adapter-http": "6.4.1",
"random-token": "0.0.8",
"react": "16.0.0",
"react-native": "0.50.3",
"rxdb": "*",
"rxjs": "^5.5.6",
"util": "^0.10.3"
"rxdb": "../../",
"rxjs": "5.5.6",
"util": "0.10.3"
}
}

0 comments on commit 1c07ea1

Please sign in to comment.