Browse Source

Fix TS broken path

Mathieu Acthernoene 5 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
 {
1
 {
2
   "name": "react-native-permissions",
2
   "name": "react-native-permissions",
3
-  "version": "2.0.7",
3
+  "version": "2.0.8",
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>",
15
     "permission",
15
     "permission",
16
     "authorization"
16
     "authorization"
17
   ],
17
   ],
18
-  "types": "lib/typescript/src/index.d.ts",
18
+  "types": "lib/typescript/index.d.ts",
19
   "main": "lib/commonjs/index.js",
19
   "main": "lib/commonjs/index.js",
20
   "module": "lib/module/index.js",
20
   "module": "lib/module/index.js",
21
   "files": [
21
   "files": [