From 4ac7e15b11caf9ddb3dc9816e47b32b47d530b67 Mon Sep 17 00:00:00 2001 From: Brian Beck Date: Mon, 10 Dec 2018 16:26:19 -0800 Subject: [PATCH] v0.1.1 --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 152f763..a5e934a 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,11 @@ { "name": "jest-next-dynamic", - "version": "0.1.0", + "version": "0.1.1", "main": "index.js", "license": "MIT", + "files": [ + "index.js" + ], "scripts": { "test": "jest" },