From 827843e1da56b1edbd4f9e526339d9968ada652d Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Sat, 5 Mar 2016 01:28:01 +0000 Subject: [PATCH] 2.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 82765a2..5441211 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-react-transform", - "version": "2.0.1", + "version": "2.0.2", "description": "Babel plugin to instrument React components with custom transforms", "main": "lib/index.js", "repository": {