Browse Source

merged from master

Daniel Zlotin 7 years ago
parent
commit
6f2c1fa6cd
2 changed files with 2 additions and 3 deletions
  1. 1
    2
      .travis.yml
  2. 1
    1
      package.json

+ 1
- 2
.travis.yml View File

20
 cache:
20
 cache:
21
   directories:
21
   directories:
22
     - $HOME/.yarn-cache
22
     - $HOME/.yarn-cache
23
-    - $HOME/.gradle/caches/
24
-    - $HOME/.gradle/wrapper/
23
+    - $HOME/.gradle/
25
     - $HOME/.m2
24
     - $HOME/.m2
26
     - $ANDROID_HOME/licenses/
25
     - $ANDROID_HOME/licenses/
27
 
26
 

+ 1
- 1
package.json View File

4
   "description": "React Native Navigation - truly native navigation for iOS and Android",
4
   "description": "React Native Navigation - truly native navigation for iOS and Android",
5
   "license": "MIT",
5
   "license": "MIT",
6
   "nativePackage": true,
6
   "nativePackage": true,
7
-  "author": "Daniel Zlotin <zlotindaniel@gmail.com>",
7
+  "author": "Tal Kol <talkol@gmail.com>",
8
   "publishConfig": {
8
   "publishConfig": {
9
     "registry": "https://registry.npmjs.org/"
9
     "registry": "https://registry.npmjs.org/"
10
   },
10
   },