소스 검색

Fix TS broken path

Mathieu Acthernoene 4 년 전
부모
커밋
0a9fc9668b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      package.json

+ 2
- 2
package.json 파일 보기

@@ -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": [