Skip to content

Commit

Permalink
fix: react-scripts peer dep modified (roerohan#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
roerohan authored May 19, 2021
1 parent b53435a commit b0af45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prepublish.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const {

const peerDependencies = {
react: '>=16.0.0',
'react-scripts': reactScripts,
'react-scripts': '>=4.0.0',
'react-dom': '>=16.0.0',
};

Expand Down

0 comments on commit b0af45c

Please sign in to comment.