From a85b650ab24119a92c79f1cb052769e5cf0f9816 Mon Sep 17 00:00:00 2001 From: harttle Date: Tue, 6 Aug 2019 01:47:15 +0800 Subject: [PATCH] fix: publish bin directory to npm, fixes #146 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 07f14a02a..b0bce7bc3 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,7 @@ "url": "git+https://github.com/harttle/liquidjs.git" }, "files": [ + "bin", "dist", "doc", "LICENSE",