Skip to content

Commit

Permalink
fix: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
abdul-alhasany committed Sep 14, 2024
1 parent 6c1ef48 commit 9f1667d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<h1 align="center">VuePopper</h1>

<p align="center">
<img src="https://raw.githubusercontent.com/kalimah-apps/vue-popper/master/logo.svg" width="120" alt="Vue Icons">
</p>

<p align="center">
Vue3 popper component
Expand Down Expand Up @@ -34,9 +36,6 @@ Vue3 popper component
### [Vue Icons](https://www.npmjs.com/package/@kalimahapps/vue-icons)
60,000+ SVG icons from popular icon sets that you can add seamlessly to your vue projects

### [Vite inherit attrs](https://www.npmjs.com/package/vite-plugin-vue-setup-inherit-attrs)
A vite plugin that adds support for inheritAttrs in vue-setup

### [KalimahApps Eslint Config](https://www.npmjs.com/package/@kalimahapps/eslint-config)
Comprehensive eslint rules for vue projects with typescript

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@kalimahapps/vue-popper",
"description": "vue3 tooltip component based on popperjs",
"author": "khr2003",
"version": "1.2.1",
"version": "1.2.2",
"homepage": "https://vue-popper.kalimah-apps.com/docs/",
"repository": {
"type": "git",
Expand Down Expand Up @@ -66,5 +66,6 @@
},
"engines": {
"node": ">=14.0.0"
}
},
"packageManager": "[email protected]"
}

0 comments on commit 9f1667d

Please sign in to comment.