Browse Source

Fix mock path

Mathieu Acthernoene 4 years ago
parent
commit
e4a36da88b
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      package.json

+ 2
- 2
package.json View File

@@ -1,6 +1,6 @@
1 1
 {
2 2
   "name": "react-native-permissions",
3
-  "version": "2.0.4",
3
+  "version": "2.0.5",
4 4
   "license": "MIT",
5 5
   "description": "An unified permissions API for React Native on iOS and Android",
6 6
   "author": "Mathieu Acthernoene <zoontek@gmail.com>",
@@ -26,7 +26,7 @@
26 26
     "/src",
27 27
     "/lib",
28 28
     "/*.podspec",
29
-    "./mock.js"
29
+    "mock.js"
30 30
   ],
31 31
   "scripts": {
32 32
     "start": "react-native start",