fix: Remove engine from package.json (#45)

Signed-off-by: nhcarrigan <nhcarrigan@gmail.com>
This commit is contained in:
Nicholas Carrigan (he/him) 2020-12-24 06:33:33 -08:00 committed by GitHub
parent e3a0289ea2
commit 045979ab01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,9 +11,6 @@
"express": "^4.16.4",
"cors": "^2.8.5"
},
"engines": {
"node": "12.0.0"
},
"repository": {
"url": "https://github.com/freeCodeCamp/boilerplate-project-exercisetracker"
},