Skip to content

Commit

Permalink
Make changes
Browse files Browse the repository at this point in the history
  • Loading branch information
avvazana committed Nov 16, 2018
1 parent 0d23df2 commit 859857c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

# Ignore bundler config.
/.bundle
bundle.js
bundle.js.map

# Ignore all logfiles and tempfiles.
/log/*
Expand All @@ -25,5 +27,3 @@
# Ignore master key for decrypting credentials and more.
/config/master.key
node modules/
bundle.js
bundle.js.map
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 859857c

Please sign in to comment.