node-csfd-api
Advanced tools
Comparing version 2.7.1 to 2.7.2
{ | ||
"name": "node-csfd-api", | ||
"version": "2.7.1", | ||
"version": "2.7.2", | ||
"description": "ČSFD API in JavaScript. Amazing NPM library for scrapping csfd.cz :)", | ||
@@ -15,4 +15,5 @@ "main": "./index.js", | ||
"lint": "eslint ./src/**/**/* --fix", | ||
"test": "jest", | ||
"publish:next": "yarn && yarn build && yarn test --coverage true && cd dist && npm publish --tag next", | ||
"test": "vitest", | ||
"test:coverage": "yarn test run --coverage", | ||
"publish:next": "yarn && yarn build && yarn test:coverage && cd dist && npm publish --tag next", | ||
"postversion": "git push && git push --follow-tags", | ||
@@ -19,0 +20,0 @@ "release:beta": "npm version preminor --preid=beta -m \"chore(update): prelease %s β\"", |
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
64321