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 7650453 commit 977c979
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# uglify-my-js
## _A simple cli tool to minify single javascript file_

[![Build status](https://github.com/nishantmendiratta/uglify-my-js/actions/workflows/npm-publish-github-packages.yml/badge.svg)](https://github.com/nishantmendiratta/uglify-my-js/actions)
[![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)


## 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.8",
"version": "1.1.9",
"description": "Simple cli tool to minify javascript a file",
"main": "bin/index.js",
"bin": {
Expand Down

0 comments on commit 977c979

Please sign in to comment.