davedoesdev/node-jsjws

node 4 compatibility: update ursa

Closed this issue · 10 comments

as soon as JoshKaufman/ursa#102 is released update ursa dependency and publish a new release

yep - just testing on another project first

Having problems with ursa on Travis: https://travis-ci.org/davedoesdev/pub-keystore/builds/83774148
npm install ursa works fine for me locally.

Perhaps that travis file is missing something... try to compare with: https://github.com/quartzjer/ursa/blob/master/.travis.yml

@quartzjer can you help?

Perhaps ursa now only works with node 4 but not with 0.12 anymore?

How strange. I'll look into this, may be a day or two.

adrai commented

ursa v0.9.1 works great ;-)

adrai commented

It's green again ;-) https://travis-ci.org/davedoesdev/node-jsjws/builds/84573777

Thanks again for your help! Great job!

Published version 2.1.0.
@adrai thanks for your PR and bringing this to my attention, appreciate it.