LeoIannacone / npm2deb

tool to help debianize Node.js modules
GNU General Public License v3.0
46 stars 34 forks source link

Updating the endpoint which retrieves reverse dependencies. #119

Closed rajudev closed 5 years ago

rajudev commented 5 years ago

This PR fixes issue #118

rajudev commented 5 years ago

can we do further tests on this PR. Althugh this works. But it still fails in some cases wherein the package name contains@ for example @ava/write-file-atomic as pointed out by @pravi may be we can keep this PR as is, but do further troubleshooting on why these particular cases are failing

pravi commented 5 years ago

@ in package name fails for create as well, so we can track that separately.