Skip to content

Commit f193136

Browse files
committed
v0.1.2
1 parent 75e1154 commit f193136

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "react-native-app-state-aware-focus-effect",
3-
"version": "0.1.1",
2+
"name": "react-navigation-app-state-aware-focus-effect",
3+
"version": "0.1.2",
44
"description": "AppState-aware focus effect for React Native with React Navigation",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
@@ -13,7 +13,7 @@
1313
"android",
1414
"ios",
1515
"cpp",
16-
"react-native-app-state-aware-focus-effect.podspec",
16+
"react-navigation-app-state-aware-focus-effect.podspec",
1717
"!lib/typescript/example",
1818
"!**/__tests__",
1919
"!**/__fixtures__",
@@ -34,13 +34,13 @@
3434
"ios",
3535
"android"
3636
],
37-
"repository": "https://github.com/linmic/react-native-app-state-aware-focus-effect",
37+
"repository": "https://github.com/linmic/react-navigation-app-state-aware-focus-effect",
3838
"author": "Linmic <[email protected]> (https://github.com/linmic)",
3939
"license": "MIT",
4040
"bugs": {
41-
"url": "https://github.com/linmic/react-native-app-state-aware-focus-effect/issues"
41+
"url": "https://github.com/linmic/react-navigation-app-state-aware-focus-effect/issues"
4242
},
43-
"homepage": "https://github.com/linmic/react-native-app-state-aware-focus-effect#readme",
43+
"homepage": "https://github.com/linmic/react-navigation-app-state-aware-focus-effect#readme",
4444
"devDependencies": {
4545
"@commitlint/config-conventional": "^8.3.4",
4646
"@react-native-community/bob": "^0.16.2",

0 commit comments

Comments
 (0)