From 838210b044813458c07aff10591766785e9ba9d1 Mon Sep 17 00:00:00 2001 From: Anton Medvedev Date: Sun, 2 Dec 2018 22:00:37 +0700 Subject: [PATCH] Update package.json --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d925b29..e32a8b3 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,11 @@ "fx": "index.js" }, "files": [ + "config.js", + "fx.js", "index.js", - "fx.js" + "print.js", + "reduce.js" ], "scripts": { "test": "ava",