From 1a2a256ffa886ed51e17b3419baaf4b9db9d3859 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Thu, 27 Jul 2017 06:49:42 +0100 Subject: [PATCH] 1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c21022a..8694c91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "requireable", - "version": "0.4.0", + "version": "1.0.0", "description": "Enables a module to require itself by name in tests", "main": "src/index.js", "scripts": {