Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
Added some images
  • Loading branch information
amr3k committed Jul 15, 2022
1 parent 9495560 commit cf7713d
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 36 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@

This package allows you to embed telegram widgets in your svelte web application.

## [Demo](https://sveltegram.computly.me)
<div align="center">
<img src="./images/Sveltegram.png" width="256px">

## [Demo & Documentation](https://sveltegram.computly.me)
</div>


## Stats

Expand All @@ -19,7 +24,7 @@ This package allows you to embed telegram widgets in your svelte web application
[![Hits-of-Code](https://hitsofcode.com/github/416d72/sveltegram?branch=main)](https://hitsofcode.com/github/416d72/sveltegram/view?branch=main)

- [Sveltegram](#sveltegram)
- [Demo](#demo)
- [Demo & Documentation](#demo--documentation)
- [Stats](#stats)
- [Post widget](#post-widget)
- [How to use](#how-to-use)
Expand Down
Binary file added images/Sveltegram.512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Sveltegram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 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": "1.1.0",
"version": "1.1.1",
"license": "MIT",
"scripts": {
"dev": "vite dev",
Expand All @@ -15,8 +15,8 @@
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
},
"devDependencies": {
"@sveltejs/adapter-auto": "1.0.0-next.59",
"@sveltejs/kit": "1.0.0-next.372",
"@sveltejs/adapter-auto": "1.0.0-next.60",
"@sveltejs/kit": "1.0.0-next.375",
"dotenv": "^16.0.1",
"eslint": "^8.19.0",
"eslint-config-prettier": "^8.5.0",
Expand All @@ -27,7 +27,7 @@
"svelte-check": "^2.8.0",
"svelte2tsx": "^0.5.11",
"typescript": "~4.7.4",
"vite": "^2.9.10"
"vite": "^3.0.0"
},
"type": "module",
"author": "Amr <amr@computly.me> (http://portfolio.computly.me/)",
Expand Down
63 changes: 33 additions & 30 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cf7713d

Please sign in to comment.