From 6dadc8186557136158eed61ce3f02db79cd84d22 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Thu, 3 Sep 2015 18:09:07 +0300 Subject: [PATCH] 1.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 58ed963..25781c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-react-transform", - "version": "1.0.1", + "version": "1.0.2", "description": "Babel plugin to instrument React components with custom transforms", "main": "lib/index.js", "repository": {