From e01737056d48794fa806234752e3e7e087a091d5 Mon Sep 17 00:00:00 2001 From: Nishant Mendiratta Date: Fri, 22 Sep 2023 23:55:08 +0530 Subject: [PATCH] chore: updated readme --- README.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ef49ef..505daf7 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ [![Build status](https://github.com/nishantmendiratta/uglify-my-js/actions/workflows/npm-publish-github-packages.yml/badge.svg?branch=main)](https://github.com/nishantmendiratta/uglify-my-js/actions) +[![Node version](https://img.shields.io/badge/node-%3E=v12.18.2-green)](https://nodejs.org/) +[![Npm version](https://img.shields.io/badge/npm-6.14.5-blue)](https://nodejs.org/) +[![install size](https://packagephobia.com/badge?p=uglify-my-js)](https://packagephobia.com/result?p=uglify-my-js) ## Installation ``` diff --git a/package.json b/package.json index 17d3e76..61b14da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uglify-my-js", - "version": "1.1.9", + "version": "1.1.10", "description": "Simple cli tool to minify javascript a file", "main": "bin/index.js", "bin": {