express-query-booleanizer
Advanced tools
Comparing version 0.0.11 to 0.0.12
{ | ||
"name": "express-query-booleanizer", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "Express JS middleware to convert query params to boolean", | ||
@@ -8,3 +8,5 @@ "main": "index.js", | ||
"test": "jest --detectOpenHandles", | ||
"build": "npx tsc && npx copyfiles -f package.json dist" | ||
"build": "npx tsc && npm run copyPackage && npm run copyReadme", | ||
"copyPackage": "npx copyfiles -f package.json dist", | ||
"copyReadme": "npx copyfiles -f README.md dist" | ||
}, | ||
@@ -11,0 +13,0 @@ "keywords": [ |
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
3288