updating node version oops

This commit is contained in:
Will Baumbach
2020-04-21 21:05:15 -04:00
parent 9043f78df8
commit 8a652979b8

View File

@@ -7,11 +7,12 @@
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
"e2e": "ng e2e",
"postinstall": "ng build -aot -prod"
},
"engines": {
"node": "8.12.0",
"npm": "6.4.1"
"node": "10.16.3",
"npm": "6.9.0"
},
"private": true,
"dependencies": {