Skip to content

Commit

Permalink
Stick @types/node to 9.6.7 to avoid problems with 10.0.0 (facebook#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
DorianGrey committed May 2, 2018
1 parent 97d5561 commit 10b727f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-scripts/scripts/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ module.exports = function(

// Install dev dependencies
const types = [
'@types/node',
'@types/node@9.6.7',
'@types/react',
'@types/react-dom',
'@types/jest',
Expand Down

0 comments on commit 10b727f

Please sign in to comment.