Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
linmic committed Nov 26, 2020
1 parent 75e1154 commit f193136
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-app-state-aware-focus-effect",
"version": "0.1.1",
"name": "react-navigation-app-state-aware-focus-effect",
"version": "0.1.2",
"description": "AppState-aware focus effect for React Native with React Navigation",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand All @@ -13,7 +13,7 @@
"android",
"ios",
"cpp",
"react-native-app-state-aware-focus-effect.podspec",
"react-navigation-app-state-aware-focus-effect.podspec",
"!lib/typescript/example",
"!**/__tests__",
"!**/__fixtures__",
Expand All @@ -34,13 +34,13 @@
"ios",
"android"
],
"repository": "https://github.com/linmic/react-native-app-state-aware-focus-effect",
"repository": "https://github.com/linmic/react-navigation-app-state-aware-focus-effect",
"author": "Linmic <[email protected]> (https://github.com/linmic)",
"license": "MIT",
"bugs": {
"url": "https://github.com/linmic/react-native-app-state-aware-focus-effect/issues"
"url": "https://github.com/linmic/react-navigation-app-state-aware-focus-effect/issues"
},
"homepage": "https://github.com/linmic/react-native-app-state-aware-focus-effect#readme",
"homepage": "https://github.com/linmic/react-navigation-app-state-aware-focus-effect#readme",
"devDependencies": {
"@commitlint/config-conventional": "^8.3.4",
"@react-native-community/bob": "^0.16.2",
Expand Down

0 comments on commit f193136

Please sign in to comment.