Skip to content

Commit

Permalink
fix: update lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
younes200 committed May 16, 2024
1 parent 8328742 commit 1691c10
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"web": "expo start -c --web",
"export": "expo export -p web",
"format": "biome check --no-errors-on-unmatched --apply .",
"postinstall": "npx tailwindcss -i ./global.css -o ./node_modules/.cache/nativewind/global.css"
"postinstall": "bunx tailwindcss -i ./global.css -o ./node_modules/.cache/nativewind/global.css"
},
"dependencies": {
"@gorhom/bottom-sheet": "^4.6.1",
Expand Down

0 comments on commit 1691c10

Please sign in to comment.