googlearchive / web-push-encryption

[Deprecated] Encryption Utilities for Web Push protocol
Apache License 2.0
84 stars 23 forks source link

Just use jsdoc via implicit .bin #27

Closed jeffposnick closed 8 years ago

jeffposnick commented 8 years ago

R: @gauntface

You don't need to point to the ./node_modules/... path when there's already an alias in .bin that npm will implicitly add to your PATH.

This should help with Windows compatibility as a side effect.

jeffposnick commented 8 years ago

Oops, I just saw that you're already doing this in https://github.com/GoogleChrome/push-encryption-node/pull/24