Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit 60c7cc0

Browse files
committed
Fix package version number in test script
1 parent 45ddccc commit 60c7cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ node -e "var fs=require('fs'); var pkg = JSON.parse(fs.readFileSync('./RNFetchBl
3838
# install module
3939
cd "${TEST_APP_PATH}"
4040
# npm install --save "${CWD}/src"
41-
npm install --save react-native-fetch-blob@0.7.0-dev.1
41+
npm install --save react-native-fetch-blob
4242
npm install --save firebase
4343
rnpm link
4444

0 commit comments

Comments
 (0)