spaces-to-tabs
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "spaces-to-tabs", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Convert spaces to tab in your files", | ||
@@ -5,0 +5,0 @@ "bin": "bin/spaces-to-tabs", |
@@ -1,2 +0,2 @@ | ||
# space-to-tabs | ||
# spaces-to-tabs | ||
[![NPM Version](https://img.shields.io/npm/v/spaces-to-tabs.svg?style=flat)](https://www.npmjs.com/package/spaces-to-tabs) | ||
@@ -14,3 +14,3 @@ [![Build Status](https://travis-ci.org/apsdehal/spaces-to-tabs.svg?branch=master)](https://travis-ci.org/apsdehal/spaces-to-tabs) | ||
``` | ||
$ space-to-tabs -h | ||
$ spaces-to-tabs -h | ||
@@ -26,3 +26,3 @@ Usage: spaces-to-tabs [options] <file ...> | ||
-s, --spaces <integer> Number of spaces in a group to convert | ||
-w, --no-write Don't write the file. Default: false | ||
-w, --no-write Don't write the file. Writes by default. | ||
@@ -29,0 +29,0 @@ Globbing is supported in files |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21795