Skip to content

Commit 0a9fc96

Browse files
committed
Fix TS broken path
1 parent 1e99c5c commit 0a9fc96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-permissions",
3-
"version": "2.0.7",
3+
"version": "2.0.8",
44
"license": "MIT",
55
"description": "An unified permissions API for React Native on iOS and Android",
66
"author": "Mathieu Acthernoene <[email protected]>",
@@ -15,7 +15,7 @@
1515
"permission",
1616
"authorization"
1717
],
18-
"types": "lib/typescript/src/index.d.ts",
18+
"types": "lib/typescript/index.d.ts",
1919
"main": "lib/commonjs/index.js",
2020
"module": "lib/module/index.js",
2121
"files": [

0 commit comments

Comments
 (0)