Skip to content

Commit

Permalink
DevTools: Fixed version range NPM syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn committed May 14, 2021
1 parent 5890e0e commit 9cf1069
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react-devtools-shared/src/bridge.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9cf1069

Please sign in to comment.