From fa1a527095491d7b9152a8df469499af225d397e Mon Sep 17 00:00:00 2001 From: Isaac Friedman Date: Mon, 1 Nov 2021 15:47:53 -0400 Subject: [PATCH] Update README.md to point to browserslist in package.json --- README.md | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 988a2990..6d8cc085 100644 --- a/README.md +++ b/README.md @@ -84,21 +84,16 @@ Choose one of the following options: * Extensive documentation. ## Browser support - -* Chrome *(latest 2)* -* Edge *(latest 2)* -* Firefox *(latest 2)* -* Internet Explorer 11 -* Opera *(latest 2)* -* Safari *(latest 2)* - -*This doesn't mean that HTML5 Boilerplate cannot be used in older browsers, -just that we'll ensure compatibility with the ones mentioned above.* - -If you need legacy browser support you can use [HTML5 Boilerplate v6](https://github.com/h5bp/html5-boilerplate/releases/tag/6.1.0) (IE9/IE10) -or [HTML5 Boilerplate v5](https://github.com/h5bp/html5-boilerplate/releases/tag/5.3.0) -(IE 8). They are no longer actively developed. - +You can find our range of supported browsers in our [package.json](https://github.com/h5bp/html5-boilerplate/blob/main/package.json#L56-L62) +```json + "browserslist": [ + "> 0.5%", + "last 2 versions", + "Firefox ESR", + "not dead", + "IE 11" + ], +``` ## Documentation Take a look at the [documentation table of contents](dist/doc/TOC.md). This