From 7abdfce551b5c60624adcf66667109f20522a79e Mon Sep 17 00:00:00 2001 From: Thierry Behin Date: Mon, 18 Dec 2023 10:26:52 +0100 Subject: [PATCH] feat(version): change version 4.7.0, add cookies + change url to badge npm --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index febe847..11f88c5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Eco Index Audit [![Actions Status](https://github.com/cnumr/ecoindex-audit/workflows/Build/badge.svg)](https://github.com/cnumr/ecoindex-audit/actions) -[![npm version](https://badge.fury.io/js/eco-index-audit.svg)](https://badge.fury.io/js/eco-index-audit) +[![npm version](https://badge.fury.io/js/@cnumr%2Feco-index-audit.svg)](https://badge.fury.io/js/@cnumr%2Feco-index-audit) This tool is the CLI version of [this website](https://www.ecoindex.fr/) diff --git a/package.json b/package.json index f3a8818..eb3654d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cnumr/eco-index-audit", - "version": "4.6.0", + "version": "4.7.0", "description": "This module will generate the ecoindex score for a website", "main": "src/main.js", "bin": "src/cli.js",