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,9 +40,9 @@ install:
40 40
 
41 41
 script:
42 42
   - yarn run lint
43
-  - yarn run test:js
43
+  - yarn run test-js
44 44
   - ./scripts/installAndroidSDK.sh
45
-  - yarn run test:android
45
+  - yarn run test-android
46 46
 #  - yarn run release
47 47
 
48 48
 after_script:

+ 0
- 3
example/README.md View File

@@ -5,7 +5,4 @@ A simple usage example. If you're using redux, take a look at [example-redux](..
5 5
 ## Installation - iOS
6 6
 
7 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 8
 * Open `example/ios/example.xcodeproj` in Xcode and press the play button

+ 1
- 1
example/package.json View File

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