From 1ff6156a58d0e9002df8a2178c00d39b4886a691 Mon Sep 17 00:00:00 2001 From: sclausen Date: Tue, 2 Feb 2016 09:35:55 +0100 Subject: [PATCH] added contributor --- js-yaml/js-yaml.d.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js-yaml/js-yaml.d.ts b/js-yaml/js-yaml.d.ts index 8476b000e..85d9579cf 100644 --- a/js-yaml/js-yaml.d.ts +++ b/js-yaml/js-yaml.d.ts @@ -1,7 +1,7 @@ -// Type definitions for js-yaml 3.0.2 +// Type definitions for js-yaml 3.5.2 // Project: https://github.com/nodeca/js-yaml -// Definitions by: Bart van der Schoor -// Definitions: https://github.com/borisyankov/DefinitelyTyped +// Definitions by: Bart van der Schoor , Sebastian Clausen +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare module jsyaml { export function safeLoad(str: string, opts?: LoadOptions): any;