Comparing version 0.3.7 to 0.3.8
{ | ||
"name": "astro-seo", | ||
"version": "0.3.7", | ||
"version": "0.3.8", | ||
"description": "Makes it easy to add SEO relevant tags to your Astro app.", | ||
@@ -13,2 +13,6 @@ "homepage": "https://github.com/jonasmerlin/astro-seo#readme", | ||
}, | ||
"files": [ | ||
"src/index.js", | ||
"src/SEO.astro" | ||
], | ||
"exports": "./src/index.js", | ||
@@ -19,3 +23,12 @@ "keywords": [ | ||
"author": "Jonas Schumacher", | ||
"license": "MIT" | ||
"license": "MIT", | ||
"scripts": { | ||
"cypress:open": "cypress open", | ||
"dev": "astro dev", | ||
"preview": "astro preview" | ||
}, | ||
"devDependencies": { | ||
"astro": "^0.20.3", | ||
"cypress": "^8.3.1" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
9827
2
5