Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "fluidlint", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "CLI that ensures that Liquid features that aren't supported by Fluid are not used.", | ||
@@ -12,6 +12,5 @@ "keywords": [], | ||
"test": "jest", | ||
"postinstall": "npm run build", | ||
"check-lint": "prettier --list-different '**/*.js' && eslint '**/*.js'", | ||
"lint": "prettier --write '**/*.js' && eslint --fix '**/*.js'", | ||
"prepublishOnly": "npm ci && npm run check-lint && npm test", | ||
"prepublishOnly": "npm ci && npm run build && npm run check-lint && npm test", | ||
"postpublish": "git tag v$npm_package_version && git push --tags" | ||
@@ -18,0 +17,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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
0
10374