| 
				
			 | 
			
			
				@@ -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": "Tal Kol <talkol@gmail.com>", 
			 | 
		
	
		
			
			| 
				
			 | 
			
				7
			 | 
			
			
				+  "author": "Daniel Zlotin <zlotindaniel@gmail.com>", 
			 | 
		
	
		
			
			| 
				8
			 | 
			
				8
			 | 
			
			
				   "publishConfig": { 
			 | 
		
	
		
			
			| 
				9
			 | 
			
				9
			 | 
			
			
				     "registry": "https://registry.npmjs.org/" 
			 | 
		
	
		
			
			| 
				10
			 | 
			
				10
			 | 
			
			
				   }, 
			 | 
		
	
	
		
			
			| 
				
			 | 
			
			
				@@ -20,13 +20,13 @@ 
			 | 
		
	
		
			
			| 
				20
			 | 
			
				20
			 | 
			
			
				   "main": "src/index.js", 
			 | 
		
	
		
			
			| 
				21
			 | 
			
				21
			 | 
			
			
				   "scripts": { 
			 | 
		
	
		
			
			| 
				22
			 | 
			
				22
			 | 
			
			
				     "build": ":", 
			 | 
		
	
		
			
			| 
				23
			 | 
			
				
			 | 
			
			
				-    "lint": "eslint src test", 
			 | 
		
	
		
			
			| 
				
			 | 
			
				23
			 | 
			
			
				+    "lint": "eslint src2", 
			 | 
		
	
		
			
			| 
				24
			 | 
			
				24
			 | 
			
			
				     "test:js": "jest", 
			 | 
		
	
		
			
			| 
				25
			 | 
			
				25
			 | 
			
			
				     "test:android": "cd android && ./gradlew clean testDebugUnitTest", 
			 | 
		
	
		
			
			| 
				26
			 | 
			
				26
			 | 
			
			
				     "test:ios": ":", 
			 | 
		
	
		
			
			| 
				27
			 | 
			
				27
			 | 
			
			
				     "pretest": "npm run lint", 
			 | 
		
	
		
			
			| 
				28
			 | 
			
				28
			 | 
			
			
				     "test": "npm run test:js && npm run test:android && npm run test:ios", 
			 | 
		
	
		
			
			| 
				29
			 | 
			
				
			 | 
			
			
				-    "release": "npm version prerelease && npm publish --tag next && npm view react-native-navigation dist-tags && git push" 
			 | 
		
	
		
			
			| 
				
			 | 
			
				29
			 | 
			
			
				+    "release": ": #npm version prerelease && npm publish --tag next && npm view react-native-navigation dist-tags && git push" 
			 | 
		
	
		
			
			| 
				30
			 | 
			
				30
			 | 
			
			
				   }, 
			 | 
		
	
		
			
			| 
				31
			 | 
			
				31
			 | 
			
			
				   "peerDependencies": { 
			 | 
		
	
		
			
			| 
				32
			 | 
			
				32
			 | 
			
			
				     "react-native": "*", 
			 |