Update react.rb

Updated react version to current latest one (16.13.1) https://reactjs.org/versions
pull/1280/head
Dominik Bułaj 4 years ago committed by GitHub
parent 4eb4bfe5da
commit c037839b5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@ module Docs
class React < UrlScraper class React < UrlScraper
self.name = 'React' self.name = 'React'
self.type = 'simple' self.type = 'simple'
self.release = '16.12.0' self.release = '16.13.1'
self.base_url = 'https://reactjs.org/docs/' self.base_url = 'https://reactjs.org/docs/'
self.root_path = 'hello-world.html' self.root_path = 'hello-world.html'
self.links = { self.links = {

Loading…
Cancel
Save