We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e99c5c commit 0a9fc96Copy full SHA for 0a9fc96
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-permissions",
3
- "version": "2.0.7",
+ "version": "2.0.8",
4
"license": "MIT",
5
"description": "An unified permissions API for React Native on iOS and Android",
6
"author": "Mathieu Acthernoene <[email protected]>",
@@ -15,7 +15,7 @@
15
"permission",
16
"authorization"
17
],
18
- "types": "lib/typescript/src/index.d.ts",
+ "types": "lib/typescript/index.d.ts",
19
"main": "lib/commonjs/index.js",
20
"module": "lib/module/index.js",
21
"files": [
0 commit comments