From 4a8beb741458c9ce9259c6862ec7734f172a4394 Mon Sep 17 00:00:00 2001 From: Cosmin Popovici Date: Sat, 15 Oct 2022 15:09:14 +0300 Subject: [PATCH] build: define files to include in package --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index b59dc2e1..15c979d2 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,10 @@ "style": "xo", "release": "np" }, + "files": [ + "src/*", + "bin/*" + ], "dependencies": { "@maizzle/cli": "^1.5.1", "autoprefixer": "^10.4.0",