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,8 +20,7 @@ branches:
20 20
 cache:
21 21
   directories:
22 22
     - $HOME/.yarn-cache
23
-    - $HOME/.gradle/caches/
24
-    - $HOME/.gradle/wrapper/
23
+    - $HOME/.gradle/
25 24
     - $HOME/.m2
26 25
     - $ANDROID_HOME/licenses/
27 26
 

+ 1
- 1
package.json View File

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