Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "detab", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Detab: tabs -> spaces", | ||
@@ -15,2 +15,6 @@ "license": "MIT", | ||
"bugs": "https://github.com/wooorm/detab/issues", | ||
"funding": { | ||
"type": "github", | ||
"url": "https://github.com/sponsors/wooorm" | ||
}, | ||
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)", | ||
@@ -28,9 +32,9 @@ "contributors": [ | ||
"browserify": "^16.0.0", | ||
"nyc": "^14.0.0", | ||
"prettier": "^1.12.1", | ||
"remark-cli": "^6.0.0", | ||
"remark-preset-wooorm": "^4.0.0", | ||
"nyc": "^15.0.0", | ||
"prettier": "^1.0.0", | ||
"remark-cli": "^7.0.0", | ||
"remark-preset-wooorm": "^6.0.0", | ||
"tape": "^4.0.0", | ||
"tinyify": "^2.5.0", | ||
"xo": "^0.24.0" | ||
"tinyify": "^2.0.0", | ||
"xo": "^0.25.0" | ||
}, | ||
@@ -37,0 +41,0 @@ "scripts": { |
@@ -10,13 +10,13 @@ # detab | ||
## Installation | ||
## Install | ||
[npm][]: | ||
```bash | ||
```sh | ||
npm install detab | ||
``` | ||
## Usage | ||
## Use | ||
```javascript | ||
```js | ||
var detab = require('detab') | ||
@@ -50,4 +50,4 @@ | ||
Replace tabs with spaces in `value` (`string`), being smart about which | ||
column the tab is at and which `size` (`number`, default: `4`) should be used. | ||
Replace tabs with spaces in `value` (`string`), being smart about which column | ||
the tab is at and which `size` (`number`, default: `4`) should be used. | ||
@@ -54,0 +54,0 @@ ## License |
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
5015