diff --git a/bunfig.toml b/bunfig.toml index 14f435c..cd46a70 100644 --- a/bunfig.toml +++ b/bunfig.toml @@ -1,3 +1,3 @@ [install.scopes] # registry with token -"@atlas" = { token = "$GITEA_TOKEN", url = "https://git.palko.ca/api/packages/Pantheon/npm/" } \ No newline at end of file +"@atlas" = { token = "$FORGEJO_TOKEN", url = "https://git.palko.ca/api/packages/Pantheon/npm/" } diff --git a/packages/svelte/package.json b/packages/svelte/package.json index c3a201a..ccc1fc3 100644 --- a/packages/svelte/package.json +++ b/packages/svelte/package.json @@ -1,7 +1,7 @@ { "name": "@atlas/svelte", "type": "module", - "version": "1.0.3-alpha", + "version": "1.0.4-alpha", "exports": { ".": { "types": "./dist/index.d.ts", @@ -10,6 +10,10 @@ "./components": { "types": "./dist/components/index.d.ts", "svelte": "./dist/components/index.js" + }, + "./types": { + "types": "./dist/types/index.d.ts", + "import": "./dist/types/index.js" } }, "types": "./dist/index.d.ts", diff --git a/packages/svelte/src/lib/index.ts b/packages/svelte/src/lib/index.ts index 879083b..8cec2e9 100644 --- a/packages/svelte/src/lib/index.ts +++ b/packages/svelte/src/lib/index.ts @@ -1,2 +1 @@ -export * from './components/'; -export * from './types/'; +export {}; \ No newline at end of file