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]
|
[install.scopes]
|
||||||
# registry with token
|
# 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",
|
"name": "@atlas/svelte",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "1.0.3-alpha",
|
"version": "1.0.4-alpha",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
|
|
@ -10,6 +10,10 @@
|
||||||
"./components": {
|
"./components": {
|
||||||
"types": "./dist/components/index.d.ts",
|
"types": "./dist/components/index.d.ts",
|
||||||
"svelte": "./dist/components/index.js"
|
"svelte": "./dist/components/index.js"
|
||||||
|
},
|
||||||
|
"./types": {
|
||||||
|
"types": "./dist/types/index.d.ts",
|
||||||
|
"import": "./dist/types/index.js"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1 @@
|
||||||
export * from './components/';
|
export {};
|
||||||
export * from './types/';
|
|
||||||
Loading…
Add table
Reference in a new issue