From ec8e84084144b4372f469a2fadb2a32144b9bb83 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Tue, 16 Jun 2015 00:42:30 +0100 Subject: [PATCH] upgrade babel-plugin-undeclared-variables-check --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 09e6fafc1a..008d6125d9 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "babel-plugin-remove-console": "^1.0.1", "babel-plugin-remove-debugger": "^1.0.1", "babel-plugin-runtime": "^1.0.5", - "babel-plugin-undeclared-variables-check": "^1.0.1", + "babel-plugin-undeclared-variables-check": "^1.0.2", "babel-plugin-undefined-to-void": "^1.1.6", "bluebird": "^2.9.25", "chalk": "^1.0.0",