From 8d2f4c397105bec68d8105f77c5d81439844a4ec Mon Sep 17 00:00:00 2001 From: Mattias Buelens Date: Tue, 1 Feb 2022 21:14:38 +0100 Subject: [PATCH] Publish only lib/ to npm --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index be11238..b6968f1 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,9 @@ "url": "https://github.com/babel/karma-babel-preprocessor.git" }, "main": "lib/index.js", + "files": [ + "lib" + ], "keywords": [ "karma-plugin", "karma-preprocessor",