put node and npm version in package.json

newAuto
yann300 3 years ago committed by Aniket
parent 2b5b7f49b6
commit becea73cf4
  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