mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Add NPM 5 to devEngines (#9838)
This commit is contained in:
+1
-1
@@ -101,7 +101,7 @@
|
||||
},
|
||||
"devEngines": {
|
||||
"node": "4.x || 5.x || 6.x || 7.x",
|
||||
"npm": "2.x || 3.x || 4.x"
|
||||
"npm": "2.x || 3.x || 4.x || 5.x"
|
||||
},
|
||||
"commonerConfig": {
|
||||
"version": 7
|
||||
|
||||
Reference in New Issue
Block a user