Comparing version 4.1.3 to 4.1.4
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://github.com/Kikobeats/whoops", | ||
"version": "4.1.3", | ||
"version": "4.1.4", | ||
"main": "src/index.js", | ||
@@ -15,2 +15,6 @@ "author": { | ||
{ | ||
"name": "Jorrit Schippers", | ||
"email": "jorrit@ncode.nl" | ||
}, | ||
{ | ||
"name": "Prasad Nayak", | ||
@@ -64,7 +68,7 @@ "email": "prasadnayak1006@gmail.com" | ||
"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", | ||
"coveralls": "nyc report --reporter=text-lcov | coveralls", | ||
"lint": "standard", | ||
"postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)", | ||
"prerelease": "npm run update:check && npm run contributors", | ||
"prerelease": "npm run update:check", | ||
"pretest": "npm run lint", | ||
@@ -85,3 +89,3 @@ "release": "standard-version -a", | ||
"nano-staged": { | ||
"*.js": [ | ||
"*.js,!*.min.js,": [ | ||
"prettier-standard" | ||
@@ -88,0 +92,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
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
11438
92498