Update nginx conf and node version

This commit is contained in:
Jonathan Cremin 2016-04-02 11:59:46 +01:00
parent 2ae55a760f
commit 5a06a37a83
2 changed files with 4 additions and 4 deletions

View file

@ -5,8 +5,8 @@
"version": "0.0.0",
"private": true,
"engines": {
"node": "^5.1.1",
"npm": "^3.3.12"
"node": "^5.10.0",
"npm": "^3.8.5"
},
"scripts": {
"build": "npm run build-js && npm run build-sass",