From 0d607c6858f9f7ac599cb50b5b91a2bdf329e1c5 Mon Sep 17 00:00:00 2001 From: Kouts Date: Fri, 7 May 2021 13:24:16 +0300 Subject: [PATCH] feat: removed files from package-json --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index 13e4beb..f7af6ca 100644 --- a/package.json +++ b/package.json @@ -16,9 +16,6 @@ "keypath", "dot" ], - "files": [ - "dist" - ], "main": "dist/pathStore.umd.js", "module": "dist/pathStore.esm.js", "unpkg": "dist/pathStore.umd.js",