From 94c1fcdfb8b54792bee7266e7644d09d98ac8bfb Mon Sep 17 00:00:00 2001 From: James Talmage Date: Sun, 15 Nov 2015 23:12:27 -0500 Subject: [PATCH] 0.0.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 20fafa4..10d171e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-detective", - "version": "0.0.4", + "version": "0.0.5", "description": "A Babel 5/6 plugin that scans the AST for require calls and import statements", "license": "MIT", "repository": "jamestalmage/babel-plugin-detective",