Skip to content

Commit

Permalink
chore: Remove version number from axe.d.ts (#1499)
Browse files Browse the repository at this point in the history
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 😃



## Reviewer checks

**Required fields, to be filled out by PR reviewer(s)**
- [x] Follows the commit message policy, appropriate for next version
- [x] Has documentation updated, a DU ticket, or requires no documentation change
- [x] Includes new tests, or was unnecessary
- [x] Code is reviewed for security by: @JKODU
  • Loading branch information
stephenmathieson authored and WilcoFiers committed Apr 17, 2019
1 parent a49929f commit 6cf8b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion axe.d.ts
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/marcysutton>

Expand Down

0 comments on commit 6cf8b2f

Please sign in to comment.