From 68f9bbc236b2c2930c9568a397def7cc40e1b9b9 Mon Sep 17 00:00:00 2001 From: Lukasz Gornicki Date: Fri, 18 Jun 2021 15:18:24 +0200 Subject: [PATCH] fix: include entire dist folder in the package (#15) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 840012e916c..32a02099dfb 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "prepublishOnly": "npm run build" }, "files": [ - "dist/cli.js" + "dist" ], "dependencies": { "@asyncapi/parser": "^1.5.0",