Skip to content

Commit

Permalink
chore: Update npm folders and eslint ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
eliocro committed May 16, 2019
1 parent 6e550d1 commit 262d4e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .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/*
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -5,6 +5,9 @@
"author": "Frontkom <frontkom@frontkom.no>",
"private": false,
"main": "build/index.js",
"files": [
"build/", "/config", "/public", "/scripts", "/src"
],
"dependencies": {
"@babel/core": "7.2.2",
"@svgr/webpack": "2.4.1",
Expand Down

0 comments on commit 262d4e0

Please sign in to comment.