From cd2fbce0c85a310a8228cbb55bad131df654e25b Mon Sep 17 00:00:00 2001 From: Stephen Mathieson Date: Tue, 16 Apr 2019 16:45:12 -0400 Subject: [PATCH] chore: remove version number from axe.d.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch removes the version number from `axe.d.ts`. I think the original idea behind keeping it here was to update it every time we release, but this hasn't been happening lately. Removing the version does not have any effect on TypeScript users; instead, it just removes an easy to break/forget part of our internal processes 😃 --- axe.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/axe.d.ts b/axe.d.ts index 87efb151e2..08edbe323c 100644 --- a/axe.d.ts +++ b/axe.d.ts @@ -1,4 +1,4 @@ -// Type definitions for axe-core 3.0.2 +// Type definitions for axe-core // Project: https://github.com/dequelabs/axe-core // Definitions by: Marcy Sutton