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", "build": "ng build",
"test": "ng test", "test": "ng test",
"lint": "ng lint", "lint": "ng lint",
"e2e": "ng e2e" "e2e": "ng e2e",
"postinstall": "ng build -aot -prod"
}, },
"engines": { "engines": {
"node": "8.12.0", "node": "10.16.3",
"npm": "6.4.1" "npm": "6.9.0"
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {