header-field
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "header-field", | ||
"description": "Properly format a header field into a lowercased hyphenated string.", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"author": "Dylan Piercey <pierceydylan@gmail.com>", | ||
@@ -48,10 +48,11 @@ "bugs": "https://github.com/DylanPiercey/header-field/issues", | ||
"scripts": { | ||
"build": "tsc", | ||
"coveralls": "cat coverage/lcov.info | coveralls", | ||
"format-all": "find ./{src,test}/*.ts | xargs prettier --write", | ||
"format-all": "find ./{src,test}/**/*.ts | xargs prettier --write", | ||
"mocha": "mocha -r ts-node/register ./test/**/*.test.ts", | ||
"precommit": "lint-staged && npm test", | ||
"test": "nyc --extension=.ts --include=src/**/*.ts --reporter=html --reporter=text-summary npm run mocha", | ||
"test-ci": "nyc --extension=.ts --include=src/**/*.ts --reporter=lcovonly --reporter=text-summary npm run mocha" | ||
"precommit": "lint-staged && npm test && npm run build", | ||
"test": "nyc --extension=.ts --include=src/**/*.ts --reporter=lcov --reporter=text-summary npm run mocha", | ||
"test-ci": "nyc --extension=.ts --include=src/**/*.ts --reporter=lcovonly --reporter=text npm run mocha" | ||
}, | ||
"types": "dist/index.d.ts" | ||
} |
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
5809