Skip to content

Commit 91191df

Browse files
author
Said Ibragimov
committed
Badges fix for registry documentation
1 parent 4e49c52 commit 91191df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Vue 3 and Nuxt 3 compatible sticky block component
22

3+
Makes block sticky to it's parent block. To see how it works, please, see the demo.
4+
35
[![npm version](https://badge.fury.io/js/vue-sticky-to-parent.svg)](https://badge.fury.io/js/vue-sticky-to-parent)
46
[![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)
57
[![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)
68

7-
Makes block sticky to it's parent block. To see how it works, please, see the demo.
8-
99
![Demo](https://raw.github.com/siibragimov/vue-sticky-to-parent/main/public/demo.webp)
1010

1111
## Installation and setup

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"public": true,
44
"author": "sayid.ibragimov",
55
"license": "MIT",
6-
"version": "1.0.3",
6+
"version": "1.0.4",
77
"type": "module",
88
"files": [
99
"dist",

0 commit comments

Comments
 (0)