소스 검색

jsdoc: get_latest_version from NPM

Simon Legner 4 년 전
부모
커밋
adb2d8bf17
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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