|  | @@ -1,6 +1,6 @@
 | 
	
		
			
			| 1 | 1 |  {
 | 
	
		
			
			| 2 | 2 |    "name": "react-native-navigation",
 | 
	
		
			
			| 3 |  | -  "version": "2.0.0-experimental.153",
 | 
	
		
			
			|  | 3 | +  "version": "2.0.0-experimental.154",
 | 
	
		
			
			| 4 | 4 |    "description": "React Native Navigation - truly native navigation for iOS and Android",
 | 
	
		
			
			| 5 | 5 |    "license": "MIT",
 | 
	
		
			
			| 6 | 6 |    "nativePackage": true,
 | 
	
	
		
			
			|  | @@ -60,7 +60,8 @@
 | 
	
		
			
			| 60 | 60 |    "jest": {
 | 
	
		
			
			| 61 | 61 |      "preset": "jest-react-native",
 | 
	
		
			
			| 62 | 62 |      "testPathDirs": [
 | 
	
		
			
			| 63 |  | -      "node_modules", "src2"
 | 
	
		
			
			|  | 63 | +      "node_modules",
 | 
	
		
			
			|  | 64 | +      "src2"
 | 
	
		
			
			| 64 | 65 |      ],
 | 
	
		
			
			| 65 | 66 |      "resetMocks": true,
 | 
	
		
			
			| 66 | 67 |      "resetModules": true
 |