Skip to content

Commit

Permalink
Merge branch 'main' of github.com:mateothegreat/svelte5-router
Browse files Browse the repository at this point in the history
  • Loading branch information
mateothegreat committed Dec 21, 2024
2 parents 9039f89 + 4b48214 commit cfd7c3a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "@mateothegreat/svelte5-router",
"version": "0.1.35",
"version": "0.1.38",
"type": "module",
"license": "MIT",
"svelte": "./index.js",
"main": "./index.js",
"module": "./index.js",
Expand Down
1 change: 0 additions & 1 deletion src/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ export { default as Router } from "./router.svelte";
export { Instance, QueryString };
import { Instance } from "./instance.svelte";
import { QueryString } from "./query.svelte";

0 comments on commit cfd7c3a

Please sign in to comment.