From bbff7403fbf46f9ad92240ac213df8d30ef31b64 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 20 Sep 2018 02:56:13 +0200 Subject: update packages --- node_modules/lru-cache/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node_modules/lru-cache/index.js') diff --git a/node_modules/lru-cache/index.js b/node_modules/lru-cache/index.js index 460462aad..3f047f8ca 100644 --- a/node_modules/lru-cache/index.js +++ b/node_modules/lru-cache/index.js @@ -15,7 +15,7 @@ var hasSymbol = typeof Symbol === 'function' var makeSymbol if (hasSymbol) { makeSymbol = function (key) { - return Symbol.for(key) + return Symbol(key) } } else { makeSymbol = function (key) { -- cgit v1.2.3