put node and npm version in package.json

pull/5370/head
yann300 3 years ago committed by Aniket
parent cb7301f7ee
commit a1552f3198
  1. 4
      package.json

@ -20,6 +20,10 @@
"bin": {
"remix-ide": "./apps/remix-ide/bin/remix-ide"
},
"engines": {
"node": "^14.17.6",
"npm": "^6.14.15"
}
"scripts": {
"nx": "nx",
"start": "nx start",

Loading…
Cancel
Save