fixed-width-parser
Advanced tools
Comparing version 2.1.1 to 2.1.2
{ | ||
"name": "fixed-width-parser", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "A fixed width data parser", | ||
@@ -36,3 +36,3 @@ "main": "dist/index.js", | ||
"eslint-plugin-import": "^2.21.2", | ||
"husky": "3.1.0", | ||
"husky": "^7.0.4", | ||
"jest": "^26.1.0", | ||
@@ -49,8 +49,13 @@ "prettier": "^2.0.5", | ||
"test:watch": "npm run test -- --watch", | ||
"check": "npm run check:lint && npm run check:build", | ||
"check": "npm run check:lint && npm run check:prettier && npm run check:build", | ||
"check:build": "tsc --noEmit", | ||
"check:lint": "eslint src/** test/**" | ||
"check:lint": "eslint src/** test/**", | ||
"check:prettier": "prettier \"{.,,{src,test}/**/}*.@(ts)\" --list-different", | ||
"husky:pre-commit": "npm run check", | ||
"husky:pre-push": "npm run test", | ||
"prepare": "husky install" | ||
}, | ||
"keywords": [ | ||
"fixed", | ||
"fixed width", | ||
"format", | ||
@@ -57,0 +62,0 @@ "parser" |
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
35334