sort-keys-recursive
Advanced tools
Comparing version 2.1.3 to 2.1.4
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://github.com/Kikobeats/sort-keys-recursive", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"main": "./index.js", | ||
@@ -47,2 +47,3 @@ "author": { | ||
"ava": "latest", | ||
"c8": "latest", | ||
"ci-publish": "latest", | ||
@@ -52,5 +53,4 @@ "conventional-github-releaser": "latest", | ||
"git-authors-cli": "latest", | ||
"lint-staged": "latest", | ||
"nano-staged": "latest", | ||
"npm-check-updates": "latest", | ||
"nyc": "latest", | ||
"prettier-standard": "latest", | ||
@@ -71,3 +71,2 @@ "simple-git-hooks": "latest", | ||
"contributors": "(git-authors-cli && finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true", | ||
"coveralls": "nyc report --reporter=text-lcov | coveralls", | ||
"lint": "standard-markdown && standard", | ||
@@ -80,3 +79,3 @@ "postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)", | ||
"release:tags": "git push --follow-tags origin HEAD:master", | ||
"test": "nyc ava", | ||
"test": "c8 ava", | ||
"update": "ncu -u", | ||
@@ -91,12 +90,3 @@ "update:check": "ncu -- --error-level 2" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS", | ||
"pre-commit": "lint-staged" | ||
} | ||
}, | ||
"lint-staged": { | ||
"package.json": [ | ||
"finepack" | ||
], | ||
"nano-staged": { | ||
"*.js,!*.min.js,": [ | ||
@@ -107,2 +97,5 @@ "prettier-standard" | ||
"standard-markdown" | ||
], | ||
"package.json": [ | ||
"finepack" | ||
] | ||
@@ -112,4 +105,4 @@ }, | ||
"commit-msg": "npx commitlint --edit", | ||
"pre-commit": "npx lint-staged" | ||
"pre-commit": "npx nano-staged" | ||
} | ||
} |
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
8026