Browse Source

fix script

Daniel Zlotin 8 years ago
parent
commit
dd8d731508
3 changed files with 3 additions and 6 deletions
  1. 2
    2
      .travis.yml
  2. 0
    3
      example/README.md
  3. 1
    1
      example/package.json

+ 2
- 2
.travis.yml View File

40
 
40
 
41
 script:
41
 script:
42
   - yarn run lint
42
   - yarn run lint
43
-  - yarn run test:js
43
+  - yarn run test-js
44
   - ./scripts/installAndroidSDK.sh
44
   - ./scripts/installAndroidSDK.sh
45
-  - yarn run test:android
45
+  - yarn run test-android
46
 #  - yarn run release
46
 #  - yarn run release
47
 
47
 
48
 after_script:
48
 after_script:

+ 0
- 3
example/README.md View File

5
 ## Installation - iOS
5
 ## Installation - iOS
6
 
6
 
7
 * In the `example/` folder, run `npm install`
7
 * In the `example/` folder, run `npm install`
8
-
9
-> Make sure you're using npm ver 3. If you normally use npm ver 2 on your system and reluctant to upgrade, you can install [npm 3 alongside 2](https://www.npmjs.com/package/npm3). For more details see https://github.com/wix/react-native-navigation/issues/1
10
-
11
 * Open `example/ios/example.xcodeproj` in Xcode and press the play button
8
 * Open `example/ios/example.xcodeproj` in Xcode and press the play button

+ 1
- 1
example/package.json View File

1
 {
1
 {
2
   "name": "example",
2
   "name": "example",
3
-  "version": "0.0.1",
3
+  "version": "1.0.0",
4
   "private": true,
4
   "private": true,
5
   "scripts": {
5
   "scripts": {
6
     "postinstall": "node ./scripts/postinstall.js",
6
     "postinstall": "node ./scripts/postinstall.js",