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

Commit 10b727f

Browse files
authoredMay 2, 2018
Stick @types/node to 9.6.7 to avoid problems with 10.0.0 (#315)
1 parent 97d5561 commit 10b727f

File tree

1 file changed

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

1 file changed

+1
-1
lines changed
 

Diff for: ‎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',
108+
'@types/node@9.6.7',
109109
'@types/react',
110110
'@types/react-dom',
111111
'@types/jest',

0 commit comments

Comments
 (0)