Skip to content

Commit

Permalink
Badges fix for registry documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Said Ibragimov committed Jul 15, 2024
1 parent 4e49c52 commit 91191df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Vue 3 and Nuxt 3 compatible sticky block component

Makes block sticky to it's parent block. To see how it works, please, see the demo.

[![npm version](https://badge.fury.io/js/vue-sticky-to-parent.svg)](https://badge.fury.io/js/vue-sticky-to-parent)
[![Github Package](https://github.com/siibragimov/vue-sticky-to-parent/actions/workflows/npm-publish-github-packages.yml/badge.svg)](https://github.com/siibragimov/vue-sticky-to-parent/actions/workflows/npm-publish-github-packages.yml)
[![Node.js Package](https://github.com/siibragimov/vue-sticky-to-parent/actions/workflows/npm-publish.yml/badge.svg)](https://github.com/siibragimov/vue-sticky-to-parent/actions/workflows/npm-publish.yml)

Makes block sticky to it's parent block. To see how it works, please, see the demo.

![Demo](https://raw.github.com/siibragimov/vue-sticky-to-parent/main/public/demo.webp)

## Installation and setup
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"public": true,
"author": "sayid.ibragimov",
"license": "MIT",
"version": "1.0.3",
"version": "1.0.4",
"type": "module",
"files": [
"dist",
Expand Down

0 comments on commit 91191df

Please sign in to comment.