From 363723fc84f7b8477592e0105aeb331ec9a017af Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 14 Aug 2017 05:01:11 +0200 Subject: node_modules --- node_modules/balanced-match/index.js | 1 + 1 file changed, 1 insertion(+) (limited to 'node_modules/balanced-match/index.js') diff --git a/node_modules/balanced-match/index.js b/node_modules/balanced-match/index.js index e8d858702..1685a7629 100644 --- a/node_modules/balanced-match/index.js +++ b/node_modules/balanced-match/index.js @@ -1,3 +1,4 @@ +'use strict'; module.exports = balanced; function balanced(a, b, str) { if (a instanceof RegExp) a = maybeMatch(a, str); -- cgit v1.2.3