Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"start": "react-native start",
"windows": "install-windows-test-app --project-directory example/windows && react-native run-windows --root example --arch x64",
"ci": "CI=true && yarn lint",
"ci:publish": "yarn semantic-release",
"lint": "yarn tsc --noEmit && yarn eslint ./src --ext .ts,.tsx,.js,.jsx",
"build": "babel --extensions \".ts,.tsx\" --out-dir lib src",
"prepare:types": "tsc --noEmit false --emitDeclarationOnly --declaration --rootDir src --outDir lib",
Expand Down Expand Up @@ -54,7 +53,6 @@
"@react-native/metro-config": "0.73.5",
"@react-native/typescript-config": "0.73.1",
"@rnx-kit/metro-config": "1.3.15",
"@semantic-release/git": "7.0.16",
"@types/invariant": "^2.2.30",
"@types/jest": "^29.5.12",
"@types/react": "18.2.61",
Expand All @@ -70,7 +68,6 @@
"react-native-windows": "0.73.8",
"selenium-appium": "1.0.2",
"selenium-webdriver": "4.0.0-alpha.7",
"semantic-release": "15.13.24",
"typescript": "5.1.3",
"winappdriver": "^0.0.7"
},
Expand Down
Loading
Loading