@svelte-put/avatar
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -7,2 +7,1 @@ /** | ||
export * from './avatar'; | ||
export { default as Avatar } from './Avatar.svelte'; |
@@ -8,2 +8,1 @@ // Copyright (c) Quang Phan. All rights reserved. Licensed under the MIT license. | ||
export * from './avatar'; | ||
export { default as Avatar } from './Avatar.svelte'; |
{ | ||
"name": "@svelte-put/avatar", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Component and utils for handling avatar", | ||
"type": "module", | ||
"types": "lib/index.d.ts", | ||
"svelte": "./lib/Avatar.svelte", | ||
"exports": { | ||
@@ -13,3 +13,13 @@ "./package.json": "./package.json", | ||
}, | ||
"svelte": "./lib/Avatar.svelte", | ||
"types": "lib/index.d.ts", | ||
"typesVersions": { | ||
"*": { | ||
"avatar": [ | ||
"./lib/avatar.d.ts" | ||
], | ||
"Avatar.svelte": [ | ||
"./lib/Avatar.svelte.d.ts" | ||
] | ||
} | ||
}, | ||
"publishConfig": { | ||
@@ -16,0 +26,0 @@ "access": "public" |
11182
152