Skip to content

Commit

Permalink
Merge pull request #93 from JMielbrecht/jmielbrecht-windows-install-fix
Browse files Browse the repository at this point in the history
Fix Package.json to Allow Windows Install Without WSL
  • Loading branch information
Firgrep authored Oct 9, 2024
2 parents 5ad5b35 + cc81187 commit 46a1bd8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 6 additions & 2 deletions package-lock.json

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

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.4",
"@mui/material": "^5.16.4",
"@napi-rs/simple-git-linux-x64-gnu": "^0.1.9",
"@napi-rs/simple-git-linux-x64-musl": "^0.1.16",
"@types/node": "20.6.0",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
Expand All @@ -35,5 +33,9 @@
"tailwind-merge": "^2.4.0",
"tailwindcss": "3.3.3",
"typescript": "5.2.2"
},
"optionalDependencies": {
"@napi-rs/simple-git-linux-x64-gnu": "^0.1.9",
"@napi-rs/simple-git-linux-x64-musl": "^0.1.16"
}
}

0 comments on commit 46a1bd8

Please sign in to comment.