vfile-sort
Advanced tools
Comparing version 2.2.0 to 2.2.1
{ | ||
"name": "vfile-sort", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "Sort vfile messages by line/column", | ||
@@ -23,13 +23,13 @@ "license": "MIT", | ||
"browserify": "^16.0.0", | ||
"nyc": "^13.0.0", | ||
"prettier": "^1.12.1", | ||
"nyc": "^14.0.0", | ||
"prettier": "^1.0.0", | ||
"remark-cli": "^6.0.0", | ||
"remark-preset-wooorm": "^4.0.0", | ||
"remark-preset-wooorm": "^5.0.0", | ||
"tape": "^4.0.0", | ||
"tinyify": "^2.4.3", | ||
"vfile": "^3.0.0", | ||
"xo": "^0.23.0" | ||
"tinyify": "^2.0.0", | ||
"vfile": "^4.0.0", | ||
"xo": "^0.24.0" | ||
}, | ||
"scripts": { | ||
"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix", | ||
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix", | ||
"build-bundle": "browserify . -s vfileSort > vfile-sort.js", | ||
@@ -59,7 +59,2 @@ "build-mangle": "browserify . -s vfileSort -p tinyify > vfile-sort.min.js", | ||
"esnext": false, | ||
"rules": { | ||
"no-var": "off", | ||
"prefer-arrow-callback": "off", | ||
"object-shorthand": "off" | ||
}, | ||
"ignores": [ | ||
@@ -66,0 +61,0 @@ "vfile-sort.js" |
@@ -6,2 +6,5 @@ # vfile-sort | ||
[![Downloads][downloads-badge]][downloads] | ||
[![Size][size-badge]][size] | ||
[![Sponsors][sponsors-badge]][collective] | ||
[![Backers][backers-badge]][collective] | ||
[![Chat][chat-badge]][chat] | ||
@@ -17,7 +20,7 @@ | ||
## Installation | ||
## Install | ||
[npm][]: | ||
```bash | ||
```sh | ||
npm install vfile-sort | ||
@@ -51,6 +54,9 @@ ``` | ||
See [`contributing.md` in `vfile/vfile`][contributing] for ways to get started. | ||
See [`contributing.md`][contributing] in [`vfile/.github`][health] for ways to | ||
get started. | ||
See [`support.md`][support] for ways to get help. | ||
This organisation has a [Code of Conduct][coc]. By interacting with this | ||
repository, organisation, or community you agree to abide by its terms. | ||
This project has a [Code of Conduct][coc]. | ||
By interacting with this repository, organisation, or community you agree to | ||
abide by its terms. | ||
@@ -75,2 +81,12 @@ ## License | ||
[size-badge]: https://img.shields.io/bundlephobia/minzip/vfile-sort.svg | ||
[size]: https://bundlephobia.com/result?p=vfile-sort | ||
[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg | ||
[backers-badge]: https://opencollective.com/unified/backers/badge.svg | ||
[collective]: https://opencollective.com/unified | ||
[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg | ||
@@ -82,2 +98,10 @@ | ||
[contributing]: https://github.com/vfile/.github/blob/master/contributing.md | ||
[support]: https://github.com/vfile/.github/blob/master/support.md | ||
[health]: https://github.com/vfile/.github | ||
[coc]: https://github.com/vfile/.github/blob/master/code-of-conduct.md | ||
[license]: license | ||
@@ -88,5 +112,1 @@ | ||
[vfile]: https://github.com/vfile/vfile | ||
[contributing]: https://github.com/vfile/vfile/blob/master/contributing.md | ||
[coc]: https://github.com/vfile/vfile/blob/master/code-of-conduct.md |
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
5926
107