From 7e119615b025917ea88cf7f17da5ff5cadc25e60 Mon Sep 17 00:00:00 2001 From: Andy Bell Date: Tue, 1 Oct 2019 15:26:55 +0100 Subject: [PATCH] Add badges --- README.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c548c07..17bd221 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # A modern CSS reset +![The current build status based on whether tests are passing](https://api.travis-ci.org/hankchizljaw/modern-css-reset.svg?branch=master) +![The Uncompressed size of this reset](http://img.badgesize.io/https://unpkg.com/modern-css-reset?label=Uncompressed%20Size) +![The GZIP size of this reset](http://img.badgesize.io/https://unpkg.com/modern-css-reset?compression=gzip&label=GZIP%20Size) +![The Brotli size of this reset](http://img.badgesize.io/https://unpkg.com/modern-css-reset?compression=brotli&label=Brotli%20Size) +[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) + A tiny little reset that you can use as the basis of your CSS projects. You can read a [breakdown of it here](https://hankchizljaw.com/wrote/a-modern-css-reset/). You can find it on [NPM, here](https://www.npmjs.com/package/modern-css-reset). diff --git a/package.json b/package.json index 0a0c8f9..5f5c5c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "modern-css-reset", - "version": "1.0.1", + "version": "1.0.2", "description": "A bare-bones CSS reset for modern web development", "main": "./dist/reset.min.css", "scripts": {