diff --git a/README.md b/README.md index d662b3f..b504c97 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ ## Usage -To use this package it is very important to have installed the following packages: `@kesval/image` and to have these scripts in your `package.json`: +To use this package it is very important to have installed the following packages: [`@kesval/image`](https://www.npmjs.com/package/@kesval/image) and to have these scripts in your `package.json`: ```json { diff --git a/package.json b/package.json index dd538a0..6d7de6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kesval/image-svelte", - "version": "0.1.2", + "version": "0.1.3", "description": "Svelte component for image optimization", "scripts": { "dev": "vite dev",