From 262d4e0d7c008563e9b26ca318972e6667b4568f Mon Sep 17 00:00:00 2001 From: Elio Cro Date: Thu, 16 May 2019 16:11:20 +0100 Subject: [PATCH] chore: Update npm folders and eslint ignore --- .eslintignore | 6 ++---- package.json | 3 +++ 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.eslintignore b/.eslintignore index 1941c3d..824979b 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,9 +1,7 @@ -# /node_modules/* and /bower_components/* in the project root are ignored by default build/* -node_modules/* config/* +node_modules/* +public/vendor/* scripts/* src/serviceWorker.js - -public/vendor/gutenberg/* diff --git a/package.json b/package.json index 2964b6b..0ea3e90 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,9 @@ "author": "Frontkom ", "private": false, "main": "build/index.js", + "files": [ + "build/", "/config", "/public", "/scripts", "/src" + ], "dependencies": { "@babel/core": "7.2.2", "@svgr/webpack": "2.4.1",