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