DevTools: Fixed version range NPM syntax

This commit is contained in:
Brian Vaughn
2021-05-14 10:14:34 -04:00
parent 5890e0e692
commit 9cf1069ffc

View File

@@ -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,