Bläddra i källkod

protection not needed

Daniel Zlotin 8 år sedan
förälder
incheckning
403725931d
2 ändrade filer med 3 tillägg och 3 borttagningar
  1. 1
    1
      .travis.yml
  2. 2
    2
      package.json

+ 1
- 1
.travis.yml Visa fil

@@ -43,7 +43,7 @@ script:
43 43
   - yarn run test-js
44 44
   - ./scripts/installAndroidSDK.sh
45 45
   - yarn run test-android
46
-#  - yarn run release
46
+  - yarn run release
47 47
 
48 48
 after_script:
49 49
   - echo "BUILD FINISHED"

+ 2
- 2
package.json Visa fil

@@ -4,9 +4,9 @@
4 4
   "description": "React Native Navigation - truly native navigation for iOS and Android",
5 5
   "license": "MIT",
6 6
   "nativePackage": true,
7
-  "author": "Tal Kol <talkol@gmail.com>",
7
+  "author": "Daniel Zlotin <zlotindaniel@gmail.com>",
8 8
   "contributors": [
9
-    "Daniel Zlotin <zlotindaniel@gmail.com>",
9
+    "Tal Kol <talkol@gmail.com>",
10 10
     "Guy Carmeli <guyc@wix.com>",
11 11
     "Ran Greenberg <rang@wix.com>",
12 12
     "Artal Druk <artald@wix.com>"