human-number
Advanced tools
Comparing version
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://nicedoc.io/Kikobeats/human-number", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"main": "src/index.js", | ||
@@ -38,2 +38,3 @@ "author": { | ||
"@commitlint/config-conventional": "latest", | ||
"@ksmithut/prettier-standard": "latest", | ||
"ava": "latest", | ||
@@ -47,3 +48,2 @@ "c8": "latest", | ||
"npm-check-updates": "latest", | ||
"prettier-standard": "latest", | ||
"simple-git-hooks": "latest", | ||
@@ -62,3 +62,3 @@ "standard": "latest", | ||
"clean": "rm -rf node_modules", | ||
"contributors": "(git-authors-cli && finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true", | ||
"contributors": "(npx git-authors-cli && npx finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true", | ||
"lint": "standard-markdown README.md && standard", | ||
@@ -82,4 +82,5 @@ "postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)", | ||
"nano-staged": { | ||
"*.js": [ | ||
"prettier-standard" | ||
"*.js,!*.min.js": [ | ||
"prettier-standard", | ||
"standard --fix" | ||
], | ||
@@ -86,0 +87,0 @@ "*.md": [ |
5513
0.95%