From ff38bd198b87ba02101af481d5eac8aba3da4bed Mon Sep 17 00:00:00 2001 From: Drew Noakes Date: Wed, 1 Feb 2017 21:39:47 +0000 Subject: [PATCH] Fix tslint errors 'dt-header' - Expected: foo MAJOR.MINOR (patch version not allowed) - Expected: foo MAJOR.MINOR ('v' not allowed) --- react-modal/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-modal/index.d.ts b/react-modal/index.d.ts index 115e36730b..20c8d08f27 100644 --- a/react-modal/index.d.ts +++ b/react-modal/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for react-modal v1.6.5 +// Type definitions for react-modal 1.6 // Project: https://github.com/reactjs/react-modal // Definitions by: Rajab Shakirov // Definitions by: Drew Noakes