GoogleCloudPlatform / stackdriver-errors-js

Client-side JavaScript exception reporting library for Cloud Error Reporting
https://cloud.google.com/error-reporting/
Apache License 2.0
362 stars 54 forks source link

Publish to npm #7

Closed steren closed 7 years ago

steren commented 7 years ago

Bower does not seem to be a thing anymore. But developers expect to install client-side dependencies via npm.

We should provide an npm module.

oshalygin commented 7 years ago

This is fairly straightforward to accomplish, any concerns?

steren commented 7 years ago

Hi, Indeed it is straightforward. I think I initially waited for the library to stabilize. I'll do it within a week.

oshalygin commented 7 years ago

thanks @steren , would love to contribute in the coming weeks as well.

steren commented 7 years ago

I pushed the latest version to npm: https://www.npmjs.com/package/stackdriver-errors-js

I will now update the README to mention it.

oshalygin commented 7 years ago

Awesome thanks @steren !!! Sorry been a bit mia on some items, work has gotten hectic. Thanks for pushing this!!