소스 검색

Fix package version number in test script

Ben Hsieh 8 년 전
부모
커밋
a2ef042c46
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      test.sh

+ 1
- 1
test.sh 파일 보기

@@ -38,7 +38,7 @@ node -e "var fs=require('fs'); var pkg = JSON.parse(fs.readFileSync('./RNFetchBl
38 38
 # install module
39 39
 cd "${TEST_APP_PATH}"
40 40
 # 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
42 42
 npm install --save firebase
43 43
 rnpm link
44 44