blockchain-IoT/Motoro

Add required node version

Closed this issue · 1 comments

The project doesn't have required node.js version, so it has to be added to the package.json
@michalmikolajczyk told me that he uses 9.4 version

{ 
  "engines" : {
    "node" : ">=9.4"
  }
}

Nicely done @damiankk !