Skip to content

Commit fae4386

Browse files
committed
v1.0.6
1 parent ce068a6 commit fae4386

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
{
22
"name": "react-native-battery-optimization-check",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "A react-native solution to check if your app runs under battery optimization on Android devices and makes it easy for the user to disable it.",
5-
"main": "lib/commonjs/index",
6-
"module": "lib/module/index",
5+
"main": "lib/commonjs/index.js",
76
"types": "lib/typescript/index.d.ts",
8-
"react-native": "src/index",
9-
"source": "src/index",
107
"files": [
118
"src",
129
"lib",

0 commit comments

Comments
 (0)