Skip to content

Commit

Permalink
chore: updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishant Mendiratta authored and Nishant Mendiratta committed Sep 22, 2023
1 parent 977c979 commit e017370
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit e017370

Please sign in to comment.