add default export

This commit is contained in:
cupcakearmy 2022-01-13 16:16:21 +01:00
parent 0b35fb9198
commit fbd535a63c
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "svelte-hint",
"version": "1.0.0-rc.0",
"version": "1.0.0-rc.1",
"description": "Tooltip library for svelte",
"author": {
"name": "Niccolo Borgioli",

3
src/lib/index.ts Normal file
View File

@ -0,0 +1,3 @@
import Hint from './Hint.svelte'
export default Hint