From 3636b60832e84bedbb455e83e3b961a353b4ea76 Mon Sep 17 00:00:00 2001 From: "Colby M. White" Date: Fri, 5 Apr 2019 19:11:25 -0500 Subject: [PATCH] ci: include only major.minor in version the readme strongly indicates that only the major and minor should be in the first line of the type file. it certainly seems like having the patch doesn't hurt anything, but it does seem like it might be a bit misleading --- types/chance/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/chance/index.d.ts b/types/chance/index.d.ts index 17b945b922..1ffdba8d89 100644 --- a/types/chance/index.d.ts +++ b/types/chance/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for Chance 1.0.16 +// Type definitions for Chance 1.0 // Project: http://chancejs.com // Definitions by: Chris Bowdon // Brice BERNARD