Browse Source

jsdoc: get_latest_version from NPM

Simon Legner 4 years ago
parent
commit
adb2d8bf17
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/docs/scrapers/jsdoc.rb

+ 1 - 1
lib/docs/scrapers/jsdoc.rb

@@ -23,7 +23,7 @@ module Docs
     HTML
 
     def get_latest_version(opts)
-      get_latest_github_release('jsdoc', 'jsdoc', opts)
+      get_npm_version('jsdoc', opts)
     end
   end
 end