cssbeautify-cli
Advanced tools
Comparing version 0.5.2 to 0.5.3
@@ -39,3 +39,3 @@ #!/usr/bin/env node | ||
.alias('f', 'file') | ||
.describe('f', 'file to beautify') | ||
.describe('f', 'file to beautify or glob pattern') | ||
.alias('h', 'help') | ||
@@ -42,0 +42,0 @@ .describe('h', 'show this help message') |
{ | ||
"name": "cssbeautify-cli", | ||
"description": "CLI for cssbeautify", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Igor Shevchenko", |
@@ -19,3 +19,3 @@ [![NPM version](https://badge.fury.io/js/cssbeautify-cli.png)](http://badge.fury.io/js/cssbeautify-cli)[![Dependency Status](https://gemnasium.com/Saunalol/cssbeautify-cli.png)](https://gemnasium.com/Saunalol/cssbeautify-cli)[![Build Status](https://travis-ci.org/Saunalol/cssbeautify-cli.png?branch=master)](https://travis-ci.org/Saunalol/cssbeautify-cli) | ||
-c, --config json config file to use | ||
-f, --file file to beautify | ||
-f, --file file to beautify or glob pattern | ||
-h, --help show this help message | ||
@@ -50,2 +50,5 @@ -i, --indent string used for the indentation of the declaration (spaces, tabs or number of spaces) [default: " "] | ||
## Versions | ||
**0.5.3** | ||
* fix #7 Writing to stdout broken when reading from stdin | ||
**0.5.2** | ||
@@ -52,0 +55,0 @@ * `-f` option now supports [glob](https://www.npmjs.com/package/glob) |
Sorry, the diff of this file is not supported yet
36354
77
17
730