Skip to content

Commit 23e83a4

Browse files
committed
chore: add CI badge for "6.x" branch
1 parent b7031b4 commit 23e83a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# rollup-plugin-svelte
1+
# rollup-plugin-svelte ![CI](https://github.com/sveltejs/rollup-plugin-svelte/workflows/CI/badge.svg?branch=6.x)
22

33
Compile Svelte components.
44

@@ -36,7 +36,7 @@ export default {
3636
// By default, the client-side compiler is used. You
3737
// can also use the server-side rendering compiler
3838
generate: 'ssr',
39-
39+
4040
// ensure that extra attributes are added to head
4141
// elements for hydration (used with generate: 'ssr')
4242
hydratable: true,

0 commit comments

Comments
 (0)