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