Browse Source

Fix mock path

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