From bdca55ff9eb59e93355e82a4b0a0d2b2fbaadfec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Darek=20Zielin=CC=81ski?= Date: Wed, 12 Jan 2022 14:38:03 +0100 Subject: [PATCH] fix: update npm contents --- package.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/package.json b/package.json index 058096d..d70957f 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,13 @@ ], "license": "Apache-2.0", "main": "index.js", + "files": [ + "index.js", + "borderInBoxModel.js", + "config/*", + "groups/*", + "plugin/*" + ], "repository": { "type": "git", "url": "https://github.com/Zielak/stylelint-config-rational-order.git"