apihlaja / node-irsdk

iRacing SDK implementation for Node.js.
https://apihlaja.github.io/node-irsdk
MIT License
102 stars 55 forks source link

Add arch and os to package.json for optional installation #53

Open apihlaja opened 6 years ago

apihlaja commented 6 years ago

package.json should have os: win32 and arch: x64 defined. Then it's possible to define this as optional dependency in your project. And maybe npm gives more meaning full error messages in other situations as well.