Skip to content

Commit 9cf1069

Browse files
author
Brian Vaughn
committed
DevTools: Fixed version range NPM syntax
1 parent 5890e0e commit 9cf1069

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-devtools-shared/src/bridge.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ export const BRIDGE_PROTOCOL: Array<BridgeProtocol> = [
5050
// so the safest guess to downgrade the frontend would be to version 4.10.
5151
{
5252
version: 0,
53-
minNpmVersion: '<4.11.0',
54-
maxNpmVersion: '<4.11.0',
53+
minNpmVersion: '"<4.11.0"',
54+
maxNpmVersion: '"<4.11.0"',
5555
},
5656
{
5757
version: 1,

0 commit comments

Comments
 (0)