jue89 / node-systemd-journald

Native bindings to journald
MIT License
28 stars 10 forks source link

Add Linux-only line (it's systemd!) #3

Closed jez9999 closed 8 years ago

jez9999 commented 8 years ago

This dependency WILL crash and burn on any non-Linux machine. In order to be able to make it an optional dependency that doesn't get installed with an "npm install" on, say, Windows, package.json needs to indicate the OS as Linux.

jue89 commented 8 years ago

Thank you!