Skip to content

Commit

Permalink
v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
amr3k committed Apr 25, 2022
1 parent ca1d2e0 commit b74383f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sveltegram",
"description": "Reactive Telegram widgets built with svelte",
"version": "0.0.7",
"version": "0.0.8",
"license": "MIT",
"scripts": {
"dev": "svelte-kit dev",
Expand All @@ -14,9 +14,6 @@
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
},
"exports": {
".": "./Post.svelte"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^1.0.0-next.38",
"@sveltejs/kit": "^1.0.0-next.320",
Expand Down
1 change: 1 addition & 0 deletions src/lib/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { default as Post } from './Post.svelte';

0 comments on commit b74383f

Please sign in to comment.