astro/packages/integrations/sitemap/test/fixtures/trailing-slash/package.json
2022-08-30 11:45:16 -04:00

9 lines
177 B
JSON

{
"name": "@test/sitemap-trailing-slash",
"version": "0.0.0",
"private": true,
"dependencies": {
"astro": "workspace:*",
"@astrojs/sitemap": "workspace:*"
}
}