Skip to content
This repository was archived by the owner on Jan 26, 2019. It is now read-only.

Commit e321e19

Browse files
authored
Merge pull request #321 from wmonk/revert-315-stick-node-types
Revert "Stick @types/node to 9.6.7 to avoid problems with 10.0.0"
2 parents 5d8776c + f8b28e6 commit e321e19

File tree

1 file changed

+1
-1
lines changed
  • packages/react-scripts/scripts

1 file changed

+1
-1
lines changed

packages/react-scripts/scripts/init.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ module.exports = function(
105105

106106
// Install dev dependencies
107107
const types = [
108-
'@types/node@9.6.7',
108+
'@types/node',
109109
'@types/react',
110110
'@types/react-dom',
111111
'@types/jest',

0 commit comments

Comments
 (0)