Skip to content

Commit

Permalink
Merge pull request #51 from selemondev/chore/snippets
Browse files Browse the repository at this point in the history
chore: add Svelte 5 snippets path to the snippets array in the contributes object found in the package.json file
  • Loading branch information
selemondev authored Jan 14, 2025
2 parents 9276378 + ec02518 commit 01c14be
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,14 @@
{
"language": "svelte",
"path": "./src/snippets/usage-code-snippets.json"
},
{
"language": "html",
"path": "./src/snippets/usage-code-snippets-next.json"
},
{
"language": "svelte",
"path": "./src/snippets/usage-code-snippets-next.json"
}
],
"commands": [
Expand Down

0 comments on commit 01c14be

Please sign in to comment.