header-field
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "header-field", | ||
"description": "Properly format a header field into a lowercased hyphenated string.", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"author": "Dylan Piercey <pierceydylan@gmail.com>", | ||
@@ -50,3 +50,3 @@ "bugs": "https://github.com/DylanPiercey/header-field/issues", | ||
"coveralls": "cat coverage/lcov.info | coveralls", | ||
"format-all": "find ./{src,test}/**/*.ts | xargs prettier --write", | ||
"format-all": "find {src,test} -name '*.ts' | xargs prettier --write", | ||
"mocha": "mocha -r ts-node/register ./test/**/*.test.ts", | ||
@@ -53,0 +53,0 @@ "precommit": "lint-staged && npm test && npm run build", |
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
5812