Skip to content

Commit fce3548

Browse files
authored
fix(astro): Fix type in package.json keywords (#66)
1 parent 52bb0d5 commit fce3548

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/witty-chefs-sort.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@spotlightjs/astro': patch
3+
---
4+
5+
fix(astro): Fix type in package.json keywords

packages/astro/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"author": "Sentry",
77
"repository": "[email protected]:getsentry/spotlight.git",
88
"homepage": "https://github.com/getsentry/spotlight/blob/main/packages/astro/README.md",
9-
"keywors": [
9+
"keywords": [
1010
"astro",
1111
"withastro",
1212
"astro-component",

0 commit comments

Comments
 (0)