LinkedDataFragments / Client.Java

A Triple Pattern Fragments client for Java (Jena)
MIT License
8 stars 10 forks source link

Can't npm install #15

Closed nemanjavuk closed 8 years ago

nemanjavuk commented 8 years ago

I can't install the Client.js because in the dependencies there is a "follow-redirects": "RubenVerborgh/follow-redirects#feature-requestproxy" that is unavailable. Any workaround?

RubenVerborgh commented 8 years ago

Let me restore that branch. (Note, this is actually an issue for Client.js.)

RubenVerborgh commented 8 years ago

I recreated the branch.

Note: the branch was deleted because the latest develop now depends on follow-redirects 1.x, as I took ownership of the follow-redirects package.

nemanjavuk commented 8 years ago

Thanks. And sorry, it was indeed for Client.js.

RubenVerborgh commented 8 years ago

I also published the latest develop as ldf-client 2.0.3, such that the latest version no longer depends on a customized fork.