Browse Source

protection not needed

Daniel Zlotin 8 years ago
parent
commit
403725931d
2 changed files with 3 additions and 3 deletions
  1. 1
    1
      .travis.yml
  2. 2
    2
      package.json

+ 1
- 1
.travis.yml View File

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:
49
   - echo "BUILD FINISHED"
49
   - echo "BUILD FINISHED"

+ 2
- 2
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": "Tal Kol <talkol@gmail.com>",
7
+  "author": "Daniel Zlotin <zlotindaniel@gmail.com>",
8
   "contributors": [
8
   "contributors": [
9
-    "Daniel Zlotin <zlotindaniel@gmail.com>",
9
+    "Tal Kol <talkol@gmail.com>",
10
     "Guy Carmeli <guyc@wix.com>",
10
     "Guy Carmeli <guyc@wix.com>",
11
     "Ran Greenberg <rang@wix.com>",
11
     "Ran Greenberg <rang@wix.com>",
12
     "Artal Druk <artald@wix.com>"
12
     "Artal Druk <artald@wix.com>"