Closed timgluz closed 7 years ago
@timgluz I just merged the PR on core. Let me know when this here is updated.
Yep, it's done.
This code helps to fetch the dist-tags
for all the packages:
NpmCrawler.get_known_packages.to_a.each {|pkg_id| NpmCrawler.crawl_dist_tags(pkg_id) }
Ready for prime time!
Hi,
this PR adds support for NPM's
dist-tags
, which will be saved intoVersion.tags
field.PS: it requires newest changes from
versioneye-core
before it can be pushed to production;