瀏覽代碼

Fix mock path

Mathieu Acthernoene 5 年之前
父節點
當前提交
e4a36da88b
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      package.json

+ 2
- 2
package.json 查看文件

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",