Skip to content

Commit 2ccfcab

Browse files
publish
1 parent 165f45a commit 2ccfcab

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.releaserc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
branches: [
33
'+([0-9])?(.{+([0-9]),x}).x',
4-
'master',
4+
'main',
55
{ name: 'next', prerelease: true },
66
'next-major',
77
{ name: 'beta', prerelease: true },

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Routify 3
22

3+
[Routify.dev](https://routify.dev/)
34

45
## Install
56

@@ -22,4 +23,3 @@ Basic
2223
<Router {routes} />
2324
```
2425

25-
[Docs](https://v3.routify.dev/)

package.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@
66
"svelte": "lib/runtime/index.js",
77
"type": "module",
88
"types": "index.d.ts",
9+
"keywords": [
10+
"svelte",
11+
"router",
12+
"routing",
13+
"framework",
14+
"file-based",
15+
"vite",
16+
"ssr",
17+
"spa",
18+
"ssg",
19+
"sveltekit",
20+
"svelte-router"
21+
],
922
"typesVersions": {
1023
"*": {
1124
"plugins": [

0 commit comments

Comments
 (0)