prettier-plugin-packagejson
Advanced tools
Comparing version 2.2.5 to 2.2.6
{ | ||
"name": "prettier-plugin-packagejson", | ||
"version": "2.2.5", | ||
"version": "2.2.6", | ||
"description": "Prettier package.json plugin to make the order of properties nice.", | ||
@@ -10,10 +10,3 @@ "keywords": [ | ||
], | ||
"homepage": "https://github.com/matzkoh/prettier-plugin-packagejson#readme", | ||
"bugs": { | ||
"url": "https://github.com/matzkoh/prettier-plugin-packagejson/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/matzkoh/prettier-plugin-packagejson.git" | ||
}, | ||
"repository": "github:matzkoh/prettier-plugin-packagejson", | ||
"license": "MIT", | ||
@@ -29,6 +22,8 @@ "main": "lib", | ||
"scripts": { | ||
"ci:test": "run-s test send:coverage", | ||
"fix": "run-p fix:*", | ||
"fix:prettier": "npm run lint:prettier -- --write", | ||
"lint": "run-p lint:*", | ||
"lint:prettier": "prettier -l \"**/*.{js,json,md,yml}\"", | ||
"lint:prettier": "prettier -l \"**/*.{js,json,md,yaml,yml}\"", | ||
"send:coverage": "npx codecov", | ||
"test": "run-s lint test:*", | ||
@@ -38,9 +33,8 @@ "test:unit": "jest" | ||
"dependencies": { | ||
"sort-package-json": "1.44.0" | ||
"sort-package-json": "1.46.0" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "25.2.3", | ||
"jest": "25.5.4", | ||
"jest": "26.4.2", | ||
"npm-run-all": "4.1.5", | ||
"prettier": "2.0.5" | ||
"prettier": "2.1.2" | ||
}, | ||
@@ -47,0 +41,0 @@ "peerDependencies": { |
@@ -1,5 +0,15 @@ | ||
[![CircleCI](https://circleci.com/gh/matzkoh/prettier-plugin-packagejson.svg?style=shield)](https://circleci.com/gh/matzkoh/prettier-plugin-packagejson) | ||
[![Renovate](https://badges.renovateapi.com/github/matzkoh/prettier-plugin-packagejson)](https://renovatebot.com/) | ||
[![npm](https://img.shields.io/npm/v/prettier-plugin-packagejson.svg)](https://www.npmjs.com/package/prettier-plugin-packagejson) | ||
[![npm-badge]][npm] | ||
[![circleci-badge]][circleci] | ||
[![renovate-badge]][renovate] | ||
[![codecov-badge]][codecov] | ||
[npm-badge]: https://img.shields.io/npm/v/prettier-plugin-packagejson.svg | ||
[npm]: https://www.npmjs.com/package/prettier-plugin-packagejson | ||
[circleci-badge]: https://circleci.com/gh/matzkoh/prettier-plugin-packagejson.svg?style=shield | ||
[circleci]: https://circleci.com/gh/matzkoh/prettier-plugin-packagejson | ||
[renovate-badge]: https://badges.renovateapi.com/github/matzkoh/prettier-plugin-packagejson | ||
[renovate]: https://renovatebot.com/ | ||
[codecov-badge]: https://codecov.io/gh/matzkoh/prettier-plugin-packagejson/branch/master/graph/badge.svg | ||
[codecov]: https://codecov.io/gh/matzkoh/prettier-plugin-packagejson | ||
# prettier-plugin-packagejson | ||
@@ -6,0 +16,0 @@ |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
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
2648
3
27
2
1
2
+ Addedsort-package-json@1.46.0(transitive)
- Removedsort-package-json@1.44.0(transitive)
Updatedsort-package-json@1.46.0