Skip to content

Commit

Permalink
Merge pull request #99 from nini22P/dev
Browse files Browse the repository at this point in the history
remove orientation from manifest
  • Loading branch information
nini22P authored Jun 3, 2024
2 parents ef455bb + ecc1acf commit 2f6414f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "omp",
"description": "OneDrive Media Player",
"private": true,
"version": "1.7.0",
"version": "1.7.1",
"scripts": {
"dev": "lingui extract & lingui compile --typescript & webpack serve",
"build": "lingui extract & lingui compile --typescript & webpack --mode=production --node-env=production",
Expand Down
1 change: 0 additions & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
],
"description": "OneDrive Media Player",
"dir": "auto",
"orientation": "any",
"icons": [
{
"src": "./favicon.ico",
Expand Down

0 comments on commit 2f6414f

Please sign in to comment.