We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca1d2e0 commit b74383fCopy full SHA for b74383f
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "sveltegram",
3
"description": "Reactive Telegram widgets built with svelte",
4
- "version": "0.0.7",
+ "version": "0.0.8",
5
"license": "MIT",
6
"scripts": {
7
"dev": "svelte-kit dev",
@@ -14,9 +14,6 @@
14
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
15
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
16
},
17
- "exports": {
18
- ".": "./Post.svelte"
19
- },
20
"devDependencies": {
21
"@sveltejs/adapter-auto": "^1.0.0-next.38",
22
"@sveltejs/kit": "^1.0.0-next.320",
src/lib/index.js
@@ -0,0 +1 @@
+export { default as Post } from './Post.svelte';
0 commit comments