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

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

View File

@ -13,9 +13,6 @@
"dotenv": "^8.2.0",
"express": "^4.17.1"
},
"engines": {
"node": "12.18.3"
},
"license": "MIT",
"devDependencies": {
"nodemon": "^2.0.4"