Skip to content

Commit

Permalink
chore: remove splash screen config
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismclarke committed Sep 26, 2024
1 parent 31afb7b commit b73ae97
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 21 deletions.
9 changes: 2 additions & 7 deletions capacitor.config.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
{
"appId": "com.example.app",
"appName": "programming-club",
"bundledWebRuntime": false,
"webDir": "dist",
"plugins": {
"SplashScreen": {
"launchShowDuration": 0
}
}
}
"plugins": {}
}
14 changes: 2 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
},
"dependencies": {
"@capacitor/android": "^6.1.2",
"@capacitor/core": "^6.1.2",
"@capacitor/splash-screen": "^6.0.2"
"@capacitor/core": "^6.1.2"
},
"devDependencies": {
"@capacitor/assets": "^3.0.5",
Expand Down

0 comments on commit b73ae97

Please sign in to comment.