Update TypeScript documentation (2.0.6)

pull/546/head
Thibaut Courouble 8 years ago
parent b03554b84c
commit f543dcd2df

@ -2,7 +2,7 @@ module Docs
class Typescript < UrlScraper class Typescript < UrlScraper
self.name = 'TypeScript' self.name = 'TypeScript'
self.type = 'typescript' self.type = 'typescript'
self.release = '2.0.3' self.release = '2.0.6'
self.base_url = 'https://www.typescriptlang.org/docs/' self.base_url = 'https://www.typescriptlang.org/docs/'
self.root_path = 'tutorial.html' self.root_path = 'tutorial.html'
self.links = { self.links = {

Loading…
Cancel
Save