From 859857cfd5081721ca690c43a8ddfef95f663daa Mon Sep 17 00:00:00 2001 From: Avichai Date: Fri, 16 Nov 2018 13:48:11 -0500 Subject: [PATCH] Make changes --- .gitignore | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index ec6245b..2e96208 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,8 @@ # Ignore bundler config. /.bundle +bundle.js +bundle.js.map # Ignore all logfiles and tempfiles. /log/* @@ -25,5 +27,3 @@ # Ignore master key for decrypting credentials and more. /config/master.key node modules/ -bundle.js -bundle.js.map diff --git a/package.json b/package.json index d549aae..3864961 100644 --- a/package.json +++ b/package.json @@ -26,12 +26,12 @@ }, "engines": { "node": "8.9.4", - "npm": "6.1.0" + "npm": "5.6.0" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "webpack --mode=development --watch", - "postinstall": "webpack" + "postinstall": "webpack --mode=production" }, "repository": { "type": "git",