Browse Source

Fix TS broken path

Mathieu Acthernoene 4 years ago
parent
commit
0a9fc9668b
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.7",
3
+  "version": "2.0.8",
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>",
@@ -15,7 +15,7 @@
15 15
     "permission",
16 16
     "authorization"
17 17
   ],
18
-  "types": "lib/typescript/src/index.d.ts",
18
+  "types": "lib/typescript/index.d.ts",
19 19
   "main": "lib/commonjs/index.js",
20 20
   "module": "lib/module/index.js",
21 21
   "files": [