mirror of
https://github.com/facebook/react.git
synced 2026-02-24 20:53:03 +00:00
DevTools: Fixed version range NPM syntax
This commit is contained in:
4
packages/react-devtools-shared/src/bridge.js
vendored
4
packages/react-devtools-shared/src/bridge.js
vendored
@@ -50,8 +50,8 @@ export const BRIDGE_PROTOCOL: Array<BridgeProtocol> = [
|
||||
// so the safest guess to downgrade the frontend would be to version 4.10.
|
||||
{
|
||||
version: 0,
|
||||
minNpmVersion: '<4.11.0',
|
||||
maxNpmVersion: '<4.11.0',
|
||||
minNpmVersion: '"<4.11.0"',
|
||||
maxNpmVersion: '"<4.11.0"',
|
||||
},
|
||||
{
|
||||
version: 1,
|
||||
|
||||
Reference in New Issue
Block a user