playwright-msw
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "playwright-msw", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "A Mock Service Worker API for Playwright", | ||
@@ -26,2 +26,3 @@ "main": "lib/server.js", | ||
"_postinstall": "husky install", | ||
"postpublish": "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag v$PACKAGE_VERSION && git push --tags", | ||
"prepare": "yarn clean && yarn build", | ||
@@ -28,0 +29,0 @@ "prepack": "pinst --disable", |
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
9265