Skip to content

Commit

Permalink
fix: delete ^ from package manager version
Browse files Browse the repository at this point in the history
  • Loading branch information
mateki0 committed Jan 13, 2024
1 parent c3913d7 commit 23ace6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"engines": {
"node": ">= 16.0.0"
},
"packageManager": "^[email protected]",
"packageManager": "[email protected]",
"jest": {
"preset": "react-native",
"modulePathIgnorePatterns": [
Expand Down

0 comments on commit 23ace6c

Please sign in to comment.