Skip to content

Commit

Permalink
Version 0.75.2-0
Browse files Browse the repository at this point in the history
  • Loading branch information
douglowder committed Aug 31, 2024
1 parent abff2a5 commit 0f3ddd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@react-native-tvos/template-tv",
"version": "0.75.2",
"version": "0.75.2-0",
"description": "The template used by `npx @react-native-community/cli init` to bootstrap a React Native application.",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"scripts": {
"version": "0.75.2"
"version": "0.75.2-0"
},
"type": "commonjs",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"react": "18.3.1",
"react-native": "npm:[email protected]0rc1"
"react-native": "npm:react-native-tvos@~0.75.2-0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand Down

0 comments on commit 0f3ddd3

Please sign in to comment.