From 05545a15867f0c12ca7d1d7154cc26bf16796cae Mon Sep 17 00:00:00 2001 From: vvakame Date: Thu, 10 Jul 2014 14:10:22 +0900 Subject: [PATCH] restore cheerio.d.ts's 1st author --- cheerio/cheerio.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cheerio/cheerio.d.ts b/cheerio/cheerio.d.ts index f0bf372f47..df5058f20f 100644 --- a/cheerio/cheerio.d.ts +++ b/cheerio/cheerio.d.ts @@ -1,5 +1,6 @@ // Type definitions for Cheerio v0.17.0 // Project: https://github.com/cheeriojs/cheerio +// Definitions by: Bret Little // Definitions by: VILIC VANE // Definitions: https://github.com/borisyankov/DefinitelyTyped @@ -207,4 +208,4 @@ interface CheerioElement { declare module "cheerio" { export function load(html: string, options?: CheerioOptionsInterface): CheerioStatic; -} \ No newline at end of file +}