From 2ee55ebb7609df7c527af9e4384b32da381faf5f Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Fri, 10 Oct 2014 14:02:01 +0200 Subject: [PATCH] Update to regexpu v0.3.0 https://github.com/mathiasbynens/regexpu --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eaec5d67d6..583de54175 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "mkdirp": "0.5.0", "es6-shim": "0.18.0", "es6-symbol": "0.1.1", - "regexpu": "0.2.2", + "regexpu": "0.3.0", "recast": "0.8.0", "source-map": "0.1.40" },