types and forgejo
This commit is contained in:
parent
78bf243074
commit
39a082ecd0
3 changed files with 7 additions and 4 deletions
|
|
@ -1,3 +1,3 @@
|
|||
[install.scopes]
|
||||
# registry with token
|
||||
"@atlas" = { token = "$GITEA_TOKEN", url = "https://git.palko.ca/api/packages/Pantheon/npm/" }
|
||||
"@atlas" = { token = "$FORGEJO_TOKEN", url = "https://git.palko.ca/api/packages/Pantheon/npm/" }
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -1,2 +1 @@
|
|||
export * from './components/';
|
||||
export * from './types/';
|
||||
export {};
|
||||
Loading…
Add table
Reference in a new issue