blockchain-IoT / Motoro

Smart contracts for decentralized rentals of vehicles.
https://www.toptal.com/ethereum/motoro-iot-in-transportation
MIT License
107 stars 39 forks source link

Add required node version #49

Closed damiankk closed 6 years ago

damiankk commented 6 years ago

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"
  }
}
michalmikolajczyk commented 6 years ago

Nicely done @damiankk !