Browse Source

2.0.0-experimental.154

Daniel Zlotin 8 years ago
parent
commit
5b2fd08810
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      package.json

+ 3
- 2
package.json View File

@@ -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