xmaestro / angular2-recaptcha

Angular 2 : Typescript component for Google reCaptcha
ISC License
79 stars 30 forks source link

Publish new version to npm #98

Closed moravcik closed 6 years ago

moravcik commented 6 years ago

I can see in the code that RxJS 6 and Angular 6 are already supported, but there is no new version in NPM repository, as the lastest published version is one year old.

xmaestro commented 6 years ago

@achimha Can you please take care of upgrading the version on NPM as i am tied up somewhere else? Thanks

achimha commented 6 years ago

There is no publish script... sorry.

moravcik commented 6 years ago

You don't need any publish script, just run these commands:

npm version minor -m "support for ng6"
git push --follow-tags
npm publish

You already have prepublish script defined in package.json so it will be compiled before publishing

xmaestro commented 6 years ago

Closing this as we have a new version now.