Skip to content

Commit

Permalink
chore: mark package.json as private to prevent accidental publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
tuke307 committed Feb 7, 2025
1 parent 3080679 commit 53efaf0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions paddock-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "paddock-app",
"main": "expo-router/entry",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "expo start",
"reset-project": "node ./scripts/reset-project.js",
Expand All @@ -16,7 +17,6 @@
"preset": "jest-expo"
},
"dependencies": {
"@expo/vector-icons": "^14.0.4",
"@react-native-async-storage/async-storage": "2.0.0",
"@react-navigation/native": "^7.0.2",
"@rn-primitives/label": "^1.1.0",
Expand Down Expand Up @@ -59,6 +59,5 @@
"jest-expo": "~52.0.1",
"react-test-renderer": "18.3.1",
"typescript": "~5.6.3"
},
"private": true
}
}

0 comments on commit 53efaf0

Please sign in to comment.