Skip to content

Commit 1031968

Browse files
authored
Merge pull request #22 from aarongarciah/patch-2
Fix integration name typo
2 parents ec41ca5 + b645806 commit 1031968

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/rude-queens-reply.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"simple-stack-stream": patch
3+
---
4+
5+
Fix simple-stream integration name

packages/stream/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { AstroIntegration } from "astro";
22

33
export default function integration(): AstroIntegration {
44
return {
5-
name: "simple-form",
5+
name: "simple-stream",
66
hooks: {
77
"astro:config:setup"({ addMiddleware }) {
88
addMiddleware({

0 commit comments

Comments
 (0)