Skip to content

Commit

Permalink
package.json should not contain script publish
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertSasak committed Aug 12, 2024
1 parent ff0f66e commit 4443090
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expo-watch",
"version": "0.1.1",
"version": "0.1.2",
"description": "Watch companion app for iOS Expo app. ",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand All @@ -13,8 +13,7 @@
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module",
"open:ios": "xed example/ios",
"open:android": "open -a \"Android Studio\" example/android",
"publish": "npx np"
"open:android": "open -a \"Android Studio\" example/android"
},
"keywords": [
"react-native",
Expand Down

0 comments on commit 4443090

Please sign in to comment.