From af1d0fb5651c2b699bc498e8d7a4afc73adfca5a Mon Sep 17 00:00:00 2001 From: Brett Wood Date: Sat, 28 Oct 2023 06:10:08 +0000 Subject: [PATCH] [IMP] Add Links to Readme Badges --- README.md | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6ff143f..14ab865 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Icon Sprite -![npm](https://img.shields.io/npm/v/icon-sprite) -![Github Actions](https://github.com/woodbrettm/icon-sprite/actions/workflows/tests.yml/badge.svg?branch=main) -![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg) +[![npm](https://img.shields.io/npm/v/icon-sprite)](https://www.npmjs.com/package/icon-sprite) +[![Github Actions](https://github.com/woodbrettm/icon-sprite/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/woodbrettm/icon-sprite/actions/workflows/tests.yml) +[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/woodbrettm/icon-sprite/blob/main/LICENSE) This package contains functions which allow a dev to build an icon sprite from a folder of svg icons and export it to a single icon sprite svg file. diff --git a/package.json b/package.json index 3e7b611..6077fb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "icon-sprite", - "version": "0.1.0", + "version": "0.1.1", "type": "module", "description": "Combines svg icons into a single sprite file.", "author": "Brett Wood",