Skip to content

Commit

Permalink
fix package.json config
Browse files Browse the repository at this point in the history
  • Loading branch information
425765923 committed Dec 2, 2023
1 parent 0205346 commit 0e556aa
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions packages/react-native-tab-view/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "react-native-tab-view",
"name": "@react-native-oh-tpl/react-native-tab-view",
"description": "Tab view component for React Native",
"version": "3.5.2-0.0.1",
"keywords": [
Expand All @@ -16,11 +16,15 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/react-navigation/react-navigation.git",
"url": "https://github.com/react-native-oh-library/react-navigation.git",
"directory": "packages/react-native-tab-view"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"bugs": {
"url": "https://github.com/react-navigation/react-navigation/issues"
"url": "https://github.com/react-native-oh-library/react-navigation/issues"
},
"homepage": "https://reactnavigation.org/docs/tab-view/",
"main": "lib/commonjs/index.js",
Expand Down

0 comments on commit 0e556aa

Please sign in to comment.