chore: add nvmrc file and add engines in package.json (#164)

This commit is contained in:
Yash Joshi 2021-06-12 11:36:12 +05:30 committed by GitHub
parent 72f5688194
commit 6afb91fa84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

1
frontend/.nvmrc Normal file
View File

@ -0,0 +1 @@
12.13.0

View File

@ -9,6 +9,9 @@
"build": "webpack --config=webpack.config.prod.js",
"prettify": "prettier --write ."
},
"engines": {
"node": ">=12.13.0"
},
"author": "",
"license": "ISC",
"dependencies": {