We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5890e0e commit 9cf1069Copy full SHA for 9cf1069
packages/react-devtools-shared/src/bridge.js
@@ -50,8 +50,8 @@ export const BRIDGE_PROTOCOL: Array<BridgeProtocol> = [
50
// so the safest guess to downgrade the frontend would be to version 4.10.
51
{
52
version: 0,
53
- minNpmVersion: '<4.11.0',
54
- maxNpmVersion: '<4.11.0',
+ minNpmVersion: '"<4.11.0"',
+ maxNpmVersion: '"<4.11.0"',
55
},
56
57
version: 1,
0 commit comments