Update TypeScript documentation (2.2.2)

pull/620/head
Thibaut Courouble 8 years ago
parent a3e65fc784
commit 138027f137

@ -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.1.5' self.release = '2.2.2'
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