Skip to content

Commit

Permalink
Move metro to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
oblador committed Oct 26, 2023
1 parent afafebd commit 2edf227
Show file tree
Hide file tree
Showing 2 changed files with 972 additions and 12 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
"yargs": "^16.2.0"
},
"peerDependencies": {
"@klarna/react-native-vector-drawable": ">=0.4.0",
"metro": ">=0.58.0",
"metro-config": ">=0.58.0"
"@klarna/react-native-vector-drawable": ">=0.4.0"
},
"devDependencies": {
"jest": "^26.6.3",
"metro": ">=0.58.0",
"metro-config": ">=0.58.0",
"prettier": "^2.2.1"
}
}
Loading

0 comments on commit 2edf227

Please sign in to comment.