Skip to content

Commit

Permalink
Bump up v6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
t32k committed Jan 18, 2016
1 parent 70752af commit a4fbfb0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions README.md
Expand Up @@ -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 │
├─────────────────────────────────┼──────────────────────────┤
Expand Down Expand Up @@ -63,6 +63,10 @@ StyleStats!
│ │ #CCCCCC │
│ │ RED │
├─────────────────────────────────┼──────────────────────────┤
│ Total Unique Background Images │ 0 │
├─────────────────────────────────┼──────────────────────────┤
│ Unique Background Images │ N/A │
├─────────────────────────────────┼──────────────────────────┤
│ ID Selectors │ 1 │
├─────────────────────────────────┼──────────────────────────┤
│ Universal Selectors │ 1 │
Expand Down Expand Up @@ -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,
Expand All @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion 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 <ijok.ijok@gmail.com>",
"contributors": [
Expand Down

0 comments on commit a4fbfb0

Please sign in to comment.