Update node and nom to LTS version

This commit is contained in:
kialam
2018-06-08 14:56:37 -04:00
parent 047b5755bf
commit 6cf1fb3c10

View File

@@ -10,8 +10,8 @@
"django_host": "localhost"
},
"engines": {
"node": "^6.11.3",
"npm": "^3.10.10"
"node": "^8.11.2",
"npm": "^5.6.0"
},
"scripts": {
"ui-docker-machine": "ip=$(docker-machine ip $DOCKER_MACHINE_NAME); npm set ansible-tower:django_host ${ip}; grunt dev;",