Skip to content

Commit

Permalink
Publish Package to NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
erfanmola committed Oct 7, 2023
1 parent aac0261 commit feeec41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ TeleVue is a simple lightweight UI library for [Telegram Web Apps](https://core.
## Installation
You can simply use NPM to install TeleVue package in your Vue project.
```
yarn add @erfanmola/TeleVue
npm install @erfanmola/TeleVue
yarn add @erfanmola/televue
npm install @erfanmola/televue
```

## Usage
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "televue",
"name": "@erfanmola/televue",
"version": "0.0.0",
"type": "module",
"files": [
Expand Down Expand Up @@ -29,6 +29,7 @@
"@storybook/vue3": "^7.4.6",
"@storybook/vue3-vite": "^7.4.6",
"@vitejs/plugin-vue": "^4.4.0",
"gh-pages": "^6.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.69.0",
Expand Down

0 comments on commit feeec41

Please sign in to comment.