mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-18 10:07:11 +01:00
Update CoffeeScript documentation (1.10.0)
This commit is contained in:
parent
eaba7b5889
commit
64cc97a4de
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ module Docs
|
|||
class Coffeescript < UrlScraper
|
||||
self.name = 'CoffeeScript'
|
||||
self.type = 'coffeescript'
|
||||
self.version = '1.9.3'
|
||||
self.version = '1.10.0'
|
||||
self.base_url = 'http://coffeescript.org'
|
||||
self.links = {
|
||||
home: 'http://coffeescript.org',
|
||||
|
|
Loading…
Reference in a new issue