Skip to content

Commit c83f9f3

Browse files
committed
Automatic prepublishOnly
1 parent 02ee92a commit c83f9f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/kit/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2721,7 +2721,7 @@ declare module '@sveltejs/kit' {
27212721
class Redirect_1 {
27222722

27232723
constructor(status: 300 | 301 | 302 | 303 | 304 | 305 | 306 | 307 | 308, location: string);
2724-
status: 300 | 301 | 302 | 303 | 304 | 305 | 306 | 307 | 308;
2724+
status: 301 | 302 | 303 | 307 | 308 | 300 | 304 | 305 | 306;
27252725
location: string;
27262726
}
27272727

0 commit comments

Comments
 (0)