diff --git a/package.json b/package.json index e5b0895..2acec99 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "svelte-lightweight-router", - "version": "0.1.2", + "version": "0.1.3", "description": "A lightweight client-side router with guards for the Svelte framework.", "main": "src/index.js", - "types": "src/types.d.ts", + "types": "src/types.d.ts", "scripts": { "test": "jest --config ./config/jest.config.js" },