From 27c8db5492761b1996a91ef4f257ac523c8e4346 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Wed, 26 Jul 2017 10:27:29 +0100 Subject: [PATCH] 0.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 03098b8..777a32c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "requireable", - "version": "0.0.0", + "version": "0.1.0", "description": "Allows current module to require itself in tests", "main": "src/index.js", "scripts": {