Comparing version 0.4.2 to 0.4.3
{ | ||
"name": "astro-seo", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"description": "Makes it easy to add SEO relevant tags to your Astro app.", | ||
@@ -14,7 +14,7 @@ "homepage": "https://github.com/jonasmerlin/astro-seo#readme", | ||
"files": [ | ||
"src/index.js", | ||
"src/index.mjs", | ||
"src/SEO.astro", | ||
"src/components" | ||
], | ||
"exports": "./src/index.js", | ||
"exports": "./src/index.mjs", | ||
"keywords": [ | ||
@@ -33,4 +33,4 @@ "astro-component" | ||
"devDependencies": { | ||
"astro": "^0.20.12", | ||
"cypress": "^8.3.1", | ||
"astro": "^0.25.4", | ||
"cypress": "^9.5.3", | ||
"prettier": "^2.4.1", | ||
@@ -37,0 +37,0 @@ "prettier-plugin-astro": "^0.0.9", |
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
17343