From d80c84ecb21f74db6973f987858548d405d34cfb Mon Sep 17 00:00:00 2001 From: Matt Travi Date: Mon, 23 Mar 2020 14:27:39 -0500 Subject: [PATCH] fix(example): included the example in the publish so that it is availble for runkit --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 158ee04d..724039a0 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,8 @@ "access": "public" }, "files": [ - "lib/" + "lib/", + "example/" ], "engines": { "node": ">12"