From eca69024adac2e8c98236595ae5c58b819450c66 Mon Sep 17 00:00:00 2001 From: Anton Medvedev Date: Sat, 3 Nov 2018 21:07:43 +0700 Subject: [PATCH] Add missing file to package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9741e4e..77d9e43 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,8 @@ "fx": "index.js" }, "files": [ - "index.js" + "index.js", + "fx.js" ], "scripts": { "test": "ava",