Skip to content

Commit

Permalink
attempt forcing yarn as package manager
Browse files Browse the repository at this point in the history
  • Loading branch information
Simek committed Dec 16, 2024
1 parent eb0a41b commit 6bfc679
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/example-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"clean": "rimraf .next"
},
"dependencies": {
"@expo/styleguide": "*",
"@expo/styleguide-icons": "*",
"@expo/styleguide-search-ui": "*",
"@expo/styleguide": "workspace:*",
"@expo/styleguide-icons": "workspace:*",
"@expo/styleguide-search-ui": "workspace:*",
"@types/node": "^18.18.9",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
Expand Down

0 comments on commit 6bfc679

Please sign in to comment.