From 0bb898b5d126c7d47f157afa353df3d06ac40b29 Mon Sep 17 00:00:00 2001 From: Filipe Linhares Date: Tue, 8 Mar 2022 21:56:54 -0300 Subject: [PATCH] Update REAMDE removing bower and browsers --- README.md | 9 +++++++-- package.json | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b138234..a4dcbfa 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ npm install --save ress or ```sh -bower install --save ress +yarn add ress ``` ## Features @@ -39,7 +39,12 @@ bower install --save ress ## Browser support -Inherit from [Normalize](https://github.com/necolas/normalize.css#browser-support) +- Chrome +- Edge +- Firefox ESR+ +- Internet Explorer 10+ +- Opera +- Safari 8+ ## CDN diff --git a/package.json b/package.json index 1c3b8d7..b5480ca 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ress", "description": "A modern CSS reset", - "version": "5.0.0", + "version": "5.0.1", "author": "Filipe Linhares", "bugs": { "url": "https://github.com/filipelinhares/ress/issues"