xmaestro/angular2-recaptcha

Publish new version to npm

moravcik opened this issue · 4 comments

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.

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

There is no publish script... sorry.

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

Closing this as we have a new version now.