From 0d19005d79fc8eb3b221ed4004b72bc4a564a7ee Mon Sep 17 00:00:00 2001 From: Jonatan Pedersen Date: Wed, 27 Sep 2017 21:17:08 +0200 Subject: [PATCH] 1.4.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b150cf4..51fb51b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "css-bingo", - "version": "1.4.5", + "version": "1.4.6", "description": "Every byte counts when creating good user experiences for mobile devices and slow networks. Don't let the browser do unnecessary work. css-bingo finds all extraneous rules and selectors in your CSS, not used in your html, and removes them.", "main": "index.js", "scripts": {