Skip to content

Commit

Permalink
Revert "Stick @types/node to 9.6.7 to avoid problems with 10.0.0 (fac…
Browse files Browse the repository at this point in the history
…ebook#315)"

This reverts commit 10b727f.
  • Loading branch information
DorianGrey committed May 11, 2018
1 parent d90d4df commit f8b28e6
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@9.6.7',
'@types/node',
'@types/react',
'@types/react-dom',
'@types/jest',
Expand Down

0 comments on commit f8b28e6

Please sign in to comment.