From 91191df24c23d96fe786e68ffb6d85579fda07bb Mon Sep 17 00:00:00 2001 From: Said Ibragimov Date: Mon, 15 Jul 2024 13:38:21 +0100 Subject: [PATCH] Badges fix for registry documentation --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 307515a..ff451b0 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 5f1c008..2b5c13e 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "public": true, "author": "sayid.ibragimov", "license": "MIT", - "version": "1.0.3", + "version": "1.0.4", "type": "module", "files": [ "dist",