@payloadcms/live-preview
Advanced tools
Comparing version 3.0.0-beta.95 to 3.0.0-beta.96
{ | ||
"name": "@payloadcms/live-preview", | ||
"version": "3.0.0-beta.95", | ||
"version": "3.0.0-beta.96", | ||
"description": "The official live preview JavaScript SDK for Payload", | ||
@@ -28,3 +28,3 @@ "homepage": "https://payloadcms.com", | ||
"@payloadcms/eslint-config": "3.0.0-beta.59", | ||
"payload": "3.0.0-beta.95" | ||
"payload": "3.0.0-beta.96" | ||
}, | ||
@@ -39,4 +39,6 @@ "publishConfig": { | ||
"clean": "rimraf {dist,*.tsbuildinfo}", | ||
"copyfiles": "copyfiles -u 1 \"src/**/*.{html,css,scss,ttf,woff,woff2,eot,svg,jpg,png,json}\" dist/" | ||
"copyfiles": "copyfiles -u 1 \"src/**/*.{html,css,scss,ttf,woff,woff2,eot,svg,jpg,png,json}\" dist/", | ||
"lint": "eslint .", | ||
"lint:fix": "eslint . --fix" | ||
} | ||
} |
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
63834