CaliStyle / ng-intercom

Angular 7+ Wrapper for Intercom.com
MIT License
54 stars 46 forks source link

Publish to NPM? #1

Closed wbhob closed 7 years ago

wbhob commented 7 years ago

I think this is an NPM worthy package... would you consider publishing it?

scott-wyatt commented 7 years ago

@wbhob I haven't actually published a typescript package to npm before, do you have some advice on that?

wbhob commented 7 years ago

You should just be able to build it and upload. You'll need to create a package.json with a peer dependency of angular, and then you should be good to go.

On Feb 20, 2017, 12:43 PM -0500, Scott B. Wyatt notifications@github.com, wrote:

@wbhob (https://github.com/wbhob) I haven't actually published a typescript package to npm before, do you have some advice on that?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub (https://github.com/CaliStyle/angular2-intercom/issues/1#issuecomment-281141691), or mute the thread (https://github.com/notifications/unsubscribe-auth/AEPIEu30FBXDg7CBKaRAZ0jFJZIEQMOIks5redDXgaJpZM4MGTiJ).

scott-wyatt commented 7 years ago

This may take a bit for me to get this right, but i've published it to npm as ng-intercom. Totally open to PRs as I don't have a ton of time right now. The only requirement is that it work for angular universal.