From a4fbfb08630e87aedd9a7a3cd652bad8908c4575 Mon Sep 17 00:00:00 2001 From: t32k Date: Mon, 18 Jan 2016 11:08:11 +0900 Subject: [PATCH] Bump up v6.2.0 --- README.md | 10 ++++++++-- package.json | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3621b83..2f96928 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ $ npm install -g stylestats $ stylestats path/to/stylesheet.css StyleStats! ┌─────────────────────────────────┬──────────────────────────┐ -│ Published │ April 30, 2015 10:35 AM │ +│ Published │ June 14, 2016 10:35 AM │ ├─────────────────────────────────┼──────────────────────────┤ │ Paths │ path/to/stylesheet.css │ ├─────────────────────────────────┼──────────────────────────┤ @@ -63,6 +63,10 @@ StyleStats! │ │ #CCCCCC │ │ │ RED │ ├─────────────────────────────────┼──────────────────────────┤ +│ Total Unique Background Images │ 0 │ +├─────────────────────────────────┼──────────────────────────┤ +│ Unique Background Images │ N/A │ +├─────────────────────────────────┼──────────────────────────┤ │ ID Selectors │ 1 │ ├─────────────────────────────────┼──────────────────────────┤ │ Universal Selectors │ 1 │ @@ -314,7 +318,7 @@ Statistics tree of above css: ```json { - "published": "2014-06-14T17:39:43.124Z", + "published": "2016-06-14T10:24:30.124Z", "paths": [ "test/fixture/example.css" ], "stylesheets": 1, "styleElements": 0, @@ -337,6 +341,8 @@ Statistics tree of above css: "uniqueFontFamilies": [], "totalUniqueColors": 3, "uniqueColors": [ "#333333", "#CCCCCC", "RED" ], + "totalUniqueBackgroundImages": 0, + "uniqueBackgroundImages": [], "idSelectors": 1, "universalSelectors": 1, "unqualifiedAttributeSelectors": 1, diff --git a/package.json b/package.json index ff1b7b3..f35e267 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stylestats", - "version": "6.1.1", + "version": "6.2.0", "description": "StyleStats is a Node.js library to collect CSS statistics!", "author": "Koji Ishimoto ", "contributors": [