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": {