Skip to content

Commit

Permalink
chore(schema): remove versioning from ids
Browse files Browse the repository at this point in the history
  • Loading branch information
nhedger committed Jun 29, 2022
1 parent 4125e04 commit 4b5fdad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/vite/schemas/manifest.schema.json
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://vitejs.dev/schemas/v3.0.0/manifest.json",
"$id": "https://vitejs.dev/schemas/manifest.json",
"title": "Vite Manifest",
"type": "object",
"patternProperties": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/schemas/ssr-manifest.schema.json
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://vitejs.dev/schemas/v2.0.0/ssr-manifest.json",
"$id": "https://vitejs.dev/schemas/ssr-manifest.json",
"title": "Vite SSR Manifest",
"type": "object",
"patternProperties": {
Expand Down

0 comments on commit 4b5fdad

Please sign in to comment.